mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Updated the material_en.arb description for signedIn (#15306)
This commit is contained in:
parent
6f5bcb97a4
commit
0038a2b21c
@ -168,16 +168,16 @@
|
||||
|
||||
"signedInLabel": "Signed in",
|
||||
"@signedInLabel": {
|
||||
"description": "The semantics label used to indicate which account is signed in in UserAccountsDrawerHeader when an accessibility user navigates the UI."
|
||||
"description": "The accessibility label used to indicate which account is signed in, in a UserAccountsDrawerHeader, when the accessibility user navigates the UI. This phrase serves as an adjective with respect to the user. The phrase indicates that the user is currently signed in."
|
||||
},
|
||||
|
||||
"hideAccountsLabel": "Hide accounts",
|
||||
"@hideAccountsLabel": {
|
||||
"description": "The semantics label used for the button on UserAccountsDrawerHeader that hides the list of accounts."
|
||||
"description": "The accessibility label used for the button on a UserAccountsDrawerHeader that hides the list of accounts."
|
||||
},
|
||||
|
||||
"showAccountsLabel": "Show accounts",
|
||||
"@showAccountsLabel": {
|
||||
"description": "The semantics label used for the button on UserAccountsDrawerHeader that shows the list of accounts."
|
||||
"description": "The accessibility label used for the button on a UserAccountsDrawerHeader that shows the list of accounts."
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user