| Index: ios/web/shell/view_controller.mm
|
| diff --git a/ios/web/shell/view_controller.mm b/ios/web/shell/view_controller.mm
|
| index 418fd15039120d1f05bf357a37a8876e19791358..d49cb54c93c3d90e30adddcb73567fb0bef90f87 100644
|
| --- a/ios/web/shell/view_controller.mm
|
| +++ b/ios/web/shell/view_controller.mm
|
| @@ -313,7 +313,7 @@ using web::NavigationManager;
|
| };
|
| [[UIPasteboard generalPasteboard] setItems:@[ item ]];
|
| };
|
| - [alert addAction:[UIAlertAction actionWithTitle:@"Copy"
|
| + [alert addAction:[UIAlertAction actionWithTitle:@"Copy Link"
|
| style:UIAlertActionStyleDefault
|
| handler:handler]];
|
|
|
|
|