full translate for AddProfile pages 26%

This commit is contained in:
2025-07-16 23:05:49 +02:00
parent 1f8d18343c
commit c5985f2954
3 changed files with 7 additions and 3 deletions

View File

@@ -202,7 +202,8 @@ class _AddProfileState extends State<AddProfile> with ShowAlertDialog {
decoration: InputDecoration(
border: OutlineInputBorder(),
labelText: 'Pseudo',
hintText: 'Modifier le pseudo'),
hintText: AppLocalizations.of(context)?.edit_pseudo ??
'Edit pseudo'),
),
),
Padding(