fix localization errors around the word "new"

This commit is contained in:
rjpeterson 2022-02-26 11:38:31 -06:00
parent 9e028cbacf
commit 221feede2c
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ const AccountsModal: FunctionComponent<AccountsModalProps> = ({
>
<div className="flex items-center">
<PlusCircleIcon className="h-5 w-5 mr-1.5" />
{t('new')}
{t('new-account')}
</div>
</Button>
</div>

View File

@ -106,7 +106,7 @@ const CreateAlertModal: FunctionComponent<CreateAlertModalProps> = ({
>
<div className="flex items-center">
<PlusCircleIcon className="h-4 w-4 mr-1.5" />
{t('new')}
{t('alerts:new-alert')}
</div>
</Button>
</div>