Skip to content

Commit f60c2fa

Browse files
authored
chore: update copy - WPB-23115 (#4196)
1 parent 2205b92 commit f60c2fa

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
@@ -191,7 +191,7 @@
191191
"conversation.wireCells.tags.error.nameTooLong" = "Use a shorter tag name (at most 30 characters)";
192192
"conversation.wireCells.tags.error.specialCharacters" = "Use a tag without special characters {0}";
193193
"conversation.wireCells.tags.error.saveFailedTitle" = "Unable to edit tags";
194-
"conversation.wireCells.tags.error.saveFailedMessage" = "Due to an error your tags could not be edited.";
194+
"conversation.wireCells.tags.error.saveFailedMessage" = "Something went wrong while editing the tags. Please try again.";
195195
"conversation.wireCells.tags.error.retryButton" = "Try again";
196196
"conversation.wireCells.files.moveToFolder.move" = "Move here";
197197
"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)