Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index 673e467ca2b3dd360d1936f5e54c579e369325cd..bef033917771b332203555cde2b53030c5e68b9f 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -9562,6 +9562,15 @@ Tell us what happened exactly before you got the profile error message: |
| <message name="IDS_SYNC_RELOGIN_LINK_LABEL" desc="The text to display on in the hyperlink when the user needs to sign out and sign in again to use sync on Chrome OS."> |
| Sign out |
| </message> |
| + <message name="IDS_ACTIVE_DIRECTORY_PASSWORD_EXPIRED" desc="The text to display on the hyperlink when the user needs to sign out and sign in again to change their password"> |
| + Your password has expired. Please sign out then sign in again to change it. |
|
ljusten (tachyonic)
2017/05/03 10:12:16
'sign out AND sign in again'?
Roman Sorokin (ftl)
2017/05/19 12:13:46
Why? Anyway let's ask David to look at it :)
ljusten (tachyonic)
2017/05/19 16:06:13
Acknowledged.
Roman Sorokin (ftl)
2017/05/22 12:35:27
Acknowledged.
|
| + </message> |
| + <message name="IDS_ACTIVE_DIRECTORY_PASSWORD_CHANGED" desc="The text to display on the hyperlink when the user needs to sign out and sign in again to update local password to cryptohome"> |
| + Your password has been changed. Please sign out then sign in again to update it. |
| + </message> |
| + <message name="IDS_ACTIVE_DIRECTORY_REFRESH_AUTH_TOKEN" desc="The text to display on the hyperlink when the user needs to sign out and sign in again to get authentication token"> |
| + Failed to get authentication token. Please sign out then sign in again to try again. |
|
ljusten (tachyonic)
2017/05/03 10:12:16
Should we bother the user with this info? Maybe so
ljusten (tachyonic)
2017/05/19 16:06:13
Acknowledged.
|
| + </message> |
| </if> |
| <message name="IDS_OPTIONS_CUSTOMIZE_SYNC_BUTTON_LABEL" desc="The text to display on the button to customize which data types the user is syncing."> |
| Advanced sync settings... |