|
@@ -77,7 +77,7 @@ class _LoginPageState extends State<LoginPage> {
|
|
padding:
|
|
padding:
|
|
const EdgeInsets.symmetric(vertical: 30, horizontal: 20),
|
|
const EdgeInsets.symmetric(vertical: 30, horizontal: 20),
|
|
child: Text(
|
|
child: Text(
|
|
- 'Welcome back!',
|
|
|
|
|
|
+ S.of(context).accountWelcomeBack,
|
|
style: Theme.of(context).textTheme.headline4,
|
|
style: Theme.of(context).textTheme.headline4,
|
|
),
|
|
),
|
|
),
|
|
),
|
|
@@ -88,7 +88,7 @@ class _LoginPageState extends State<LoginPage> {
|
|
decoration: InputDecoration(
|
|
decoration: InputDecoration(
|
|
fillColor: _emailInputFieldColor,
|
|
fillColor: _emailInputFieldColor,
|
|
filled: true,
|
|
filled: true,
|
|
- hintText: 'Email',
|
|
|
|
|
|
+ hintText: S.of(context).email,
|
|
contentPadding: const EdgeInsets.symmetric(
|
|
contentPadding: const EdgeInsets.symmetric(
|
|
horizontal: 15,
|
|
horizontal: 15,
|
|
vertical: 15,
|
|
vertical: 15,
|