Updated the material_en.arb description for signedIn (#15306)
diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb
index 86eaf36..59f4d4c 100644
--- a/packages/flutter_localizations/lib/src/l10n/material_en.arb
+++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb
@@ -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."
}
}