fix localization errors around the word "new"
This commit is contained in:
parent
9e028cbacf
commit
221feede2c
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue