fix: issue with nbsp in i18next-parser

This commit is contained in:
Ased Mammad 2024-03-09 03:11:45 +03:30
parent f605bd96be
commit 48e8b45dc9
7 changed files with 9 additions and 2 deletions

View file

@ -167,7 +167,8 @@
class=" text-gray-600 dark:text-gray-300 font-medium"
>
/{command}
</span>" &nbsp;{$i18n.t('to chat input.')}
</span>" &nbsp;
{$i18n.t('to chat input.')}
</div>
</div>

View file

@ -150,7 +150,8 @@
class=" text-gray-600 dark:text-gray-300 font-medium"
>
/{command}
</span>" &nbsp;{$i18n.t('to chat input.')}
</span>" &nbsp;
{$i18n.t('to chat input.')}
</div>
</div>