mirror of
https://github.com/ProtonMail/ios-mail.git
synced 2026-06-14 09:54:45 +00:00
Update copy for create/edit contact sheet
This commit is contained in:
@@ -2551,8 +2551,8 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Create in web" : {
|
||||
"comment" : "Label for the button that opens the web app to create a contact or group."
|
||||
"Continue on web" : {
|
||||
"comment" : "Label for the button that opens the web app to create a contact or group.\nLabel for the button that opens the web app to edit a contact."
|
||||
},
|
||||
"Creating contacts or groups in the app is not yet ready. For now, you can create them in the web app and they’ll sync to your device." : {
|
||||
"comment" : "Subtitle explaining that creating contacts or groups is not yet supported in the app and must be done on the web."
|
||||
@@ -2751,9 +2751,6 @@
|
||||
"Edit" : {
|
||||
"comment" : "Contact details’ “Edit” button title for editing the given contact."
|
||||
},
|
||||
"Edit in web" : {
|
||||
"comment" : "Label for the button that opens the web app to edit a contact."
|
||||
},
|
||||
"Editing contacts or groups in the app is not yet ready. For now, you can edit them in the web app and changes will sync to your device." : {
|
||||
"comment" : "Subtitle explaining that editing contacts or groups isn't supported in the app yet, and must be done on the web; changes will sync to the device."
|
||||
},
|
||||
|
||||
@@ -99,7 +99,7 @@ enum L10n {
|
||||
comment: "Subtitle explaining that creating contacts or groups is not yet supported in the app and must be done on the web."
|
||||
)
|
||||
static let actionButtonTitle = LocalizedStringResource(
|
||||
"Create in web",
|
||||
"Continue on web",
|
||||
bundle: .atURL(Bundle.module.bundleURL),
|
||||
comment: "Label for the button that opens the web app to create a contact or group."
|
||||
)
|
||||
@@ -139,7 +139,7 @@ enum L10n {
|
||||
comment: "Subtitle explaining that editing contacts or groups isn't supported in the app yet, and must be done on the web; changes will sync to the device."
|
||||
)
|
||||
static let actionButtonTitle = LocalizedStringResource(
|
||||
"Edit in web",
|
||||
"Continue on web",
|
||||
bundle: .atURL(Bundle.module.bundleURL),
|
||||
comment: "Label for the button that opens the web app to edit a contact."
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user