Update copy for create/edit contact sheet

This commit is contained in:
Mateusz Szklarek
2025-08-26 18:10:50 +02:00
parent 89d2dc9ab6
commit 9195c02110
2 changed files with 4 additions and 7 deletions
@@ -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 theyll 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."
)