Translate placeholders

This commit is contained in:
Nicola Benaglia
2025-05-20 22:29:35 +02:00
parent 748a469598
commit 71475c2e77
13 changed files with 65 additions and 23 deletions

View File

@@ -235,7 +235,9 @@ export const RegisterName = ({
autoFocus
onChange={(e) => setRegisterNameValue(e.target.value)}
value={registerNameValue}
placeholder="Choose a name"
placeholder={t('core:action.choose_name', {
postProcess: 'capitalizeFirstChar',
})}
/>
{(!balance || (nameFee && balance && balance < nameFee)) && (
<>