Merge pull request #3235 from grummbeer/unitfy-labels-login
Unify input labels. Remove colon from login labels
This commit is contained in:
commit
d0cac8a013
1 changed files with 2 additions and 2 deletions
|
|
@ -324,13 +324,13 @@ class LoginWidgetUserPass extends StatelessWidget {
|
|||
children: [
|
||||
const SizedBox(height: 8.0),
|
||||
DialogTextField(
|
||||
title: '${translate("Username")}:',
|
||||
title: translate("Username"),
|
||||
controller: username,
|
||||
focusNode: userFocusNode,
|
||||
prefixIcon: Icon(Icons.account_circle_outlined),
|
||||
errorText: usernameMsg),
|
||||
DialogTextField(
|
||||
title: '${translate("Password")}:',
|
||||
title: translate("Password"),
|
||||
obscureText: true,
|
||||
controller: pass,
|
||||
prefixIcon: Icon(Icons.lock_outline),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue