chore: Add localizations to signup page

This commit is contained in:
Krille Fear 2021-11-04 16:13:02 +01:00
commit 5a3cb04300
3 changed files with 15 additions and 6 deletions

View file

@ -73,10 +73,10 @@ class SignupPageView extends StatelessWidget {
controller: controller.passwordController2,
obscureText: true,
validator: controller.password2TextFieldValidator,
decoration: const InputDecoration(
prefixIcon: Icon(Icons.repeat_outlined),
decoration: InputDecoration(
prefixIcon: const Icon(Icons.repeat_outlined),
hintText: '****',
labelText: 'Repeat password',
labelText: L10n.of(context).repeatPassword,
),
),
),