Skip to content

Commit b357153

Browse files
chore: update copy - WPB-23115 πŸ’ (#4204)
Co-authored-by: Sam Wyndham <samwyndham@users.noreply.github.com>
1 parent 66f3ef7 commit b357153

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

β€ŽWireMessaging/Sources/WireMessagingUI/Resources/Localization/en.lproj/Localizable.stringsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
"conversation.wireCells.tags.error.nameTooLong" = "Use a shorter tag name (at most 30 characters)";
197197
"conversation.wireCells.tags.error.specialCharacters" = "Use a tag without special characters {0}";
198198
"conversation.wireCells.tags.error.saveFailedTitle" = "Unable to edit tags";
199-
"conversation.wireCells.tags.error.saveFailedMessage" = "Due to an error your tags could not be edited.";
199+
"conversation.wireCells.tags.error.saveFailedMessage" = "Something went wrong while editing the tags. Please try again.";
200200
"conversation.wireCells.tags.error.retryButton" = "Try again";
201201
"conversation.wireCells.files.moveToFolder.move" = "Move here";
202202
"conversation.wireCells.files.moveToFolder.noSubfolders" = "There are no subfolders in this folder.";

β€Žwire-ios/Wire-iOS/Generated/Strings+Generated.swiftβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2595,10 +2595,10 @@ internal enum L10n {
25952595
/// Learn more
25962596
internal static let learnMore = L10n.tr("Localizable", "conversation.connection_view.welcome.learn_more", fallback: "Learn more")
25972597
internal enum Message {
2598-
/// Everything you send and receive in this channel is only accessible to you and other group participants.
2598+
/// Everything you send and receive in this channel is only accessible to you and other participants.
25992599
///
26002600
/// Please still be careful with who you share sensitive information.
2601-
internal static let wire = L10n.tr("Localizable", "conversation.connection_view.welcome.message.wire", fallback: "Everything you send and receive in this channel is only accessible to you and other group participants.\n\nPlease still be careful with who you share sensitive information.")
2601+
internal static let wire = L10n.tr("Localizable", "conversation.connection_view.welcome.message.wire", fallback: "Everything you send and receive in this channel is only accessible to you and other participants.\n\nPlease still be careful with who you share sensitive information.")
26022602
/// Messages and calls are always end-to-end encrypted, whereas files and folders are secured in transit and encrypted at rest.
26032603
///
26042604
/// Please still be careful with who you share sensitive information.

β€Žwire-ios/Wire-iOS/Resources/Localization/Base.lproj/Localizable.stringsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@
335335
"conversation.connection_view.wire_cells.encryption_info" = "Messages and calls are always end-to-end encrypted, whereas files and folders are secured in transit and encrypted at rest.";
336336
"conversation.connection_view.sensitive_information_warning" = "Please still be careful with who you share sensitive information.";
337337
"conversation.connection_view.welcome.title.wire" = "Communication in Wire is always end-to-end encrypted.";
338-
"conversation.connection_view.welcome.message.wire" = "Everything you send and receive in this channel is only accessible to you and other group participants.\n\nPlease still be careful with who you share sensitive information.";
338+
"conversation.connection_view.welcome.message.wire" = "Everything you send and receive in this channel is only accessible to you and other participants.\n\nPlease still be careful with who you share sensitive information.";
339339
"conversation.connection_view.welcome.title.wire_cells" = "Communication in Wire is always secured.";
340340
"conversation.connection_view.welcome.message.wire_cells" = "Messages and calls are always end-to-end encrypted, whereas files and folders are secured in transit and encrypted at rest.\n\nPlease still be careful with who you share sensitive information.";
341341
"conversation.connection_view.welcome.learn_more" = "Learn more";

0 commit comments

Comments
Β (0)