You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assets/l10n/app_en.arb
+16
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,22 @@
19
19
"@chooseAccountPageTitle": {
20
20
"description": "Title for ChooseAccountPage"
21
21
},
22
+
"chooseAccountPageLogOutButton": "Log out",
23
+
"@chooseAccountPageLogOutButton": {
24
+
"description": "Label for the 'Log out' button for an account on the choose-account page"
25
+
},
26
+
"logOutConfirmationDialogTitle": "Log out?",
27
+
"@logOutConfirmationDialogTitle": {
28
+
"description": "Title for a confirmation dialog for logging out."
29
+
},
30
+
"logOutConfirmationDialogMessage": "To use this account in the future, you will have to re-enter the URL for your organization and your account information.",
31
+
"@logOutConfirmationDialogMessage": {
32
+
"description": "Message for a confirmation dialog for logging out."
0 commit comments