| Index: ios/chrome/app/strings/ios_strings.grd
|
| diff --git a/ios/chrome/app/strings/ios_strings.grd b/ios/chrome/app/strings/ios_strings.grd
|
| index 0c349e0d483c8973ef8bf904ae002dd9084ca608..219d46572b669e40e21364fa0de33738c46cc56e 100644
|
| --- a/ios/chrome/app/strings/ios_strings.grd
|
| +++ b/ios/chrome/app/strings/ios_strings.grd
|
| @@ -1107,6 +1107,9 @@ Handoff must also be enabled in the General section of Settings, and your device
|
| <message name="IDS_IOS_SEARCH_ENGINE_SETTING_TITLE" desc="The title for Search Engine selection setting [iOS only]">
|
| Search Engine
|
| </message>
|
| + <message name="IDS_IOS_SETTINGS_USERNAME_COPY_BUTTON" desc="Button that the user can press to copy the username to clipboard. [Length: 12em]">
|
| + Copy
|
| + </message>
|
| <message name="IDS_IOS_SETTINGS_PASSWORD_COPY_BUTTON" desc="Button that the user can press to copy the password to clipboard. [Length: 12em]">
|
| Copy
|
| </message>
|
| @@ -1128,6 +1131,9 @@ Handoff must also be enabled in the General section of Settings, and your device
|
| <message name="IDS_IOS_SETTINGS_PASSWORD_SHOW_BUTTON" desc="Button that the user can press in order to have the password displayed in plain text. [Length: 12em]">
|
| Show
|
| </message>
|
| + <message name="IDS_IOS_SETTINGS_USERNAME_WAS_COPIED_MESSAGE" desc="Confirmation that the username was copied. This is shown alone in an infobar at the bottom of the screen. [Length: 40em]">
|
| + Your username was copied.
|
| + </message>
|
| <message name="IDS_IOS_SETTINGS_PASSWORD_WAS_COPIED_MESSAGE" desc="Confirmation that the password was copied. This is shown alone in an infobar at the bottom of the screen after the user successfully reauthenticates with Touch ID or PIN. [Length: 40em]">
|
| Your password was copied.
|
| </message>
|
|
|