diff --git a/CHANGES.rst b/CHANGES.rst index c8978bc61e..6462beddad 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,7 @@ Improvements: * Theming: Create ThemeService to make theming easier. Use it to reskin Riot. * Use modern literals and array/dictionary syntax where possible (PR #2160). * Add SwiftGen pod in order to generate Swift constants for assets (#2177). + * RoomVC: `Redact` has been renamed to `Remove` to match riot/web (#2134). Bug fix: * Use white scroll bar on dark themes (#2158) diff --git a/Riot/Assets/en.lproj/Vector.strings b/Riot/Assets/en.lproj/Vector.strings index 9fad991368..7f168d5a6b 100644 --- a/Riot/Assets/en.lproj/Vector.strings +++ b/Riot/Assets/en.lproj/Vector.strings @@ -254,7 +254,7 @@ "room_delete_unsent_messages" = "Delete unsent messages"; "room_event_action_copy" = "Copy"; "room_event_action_quote" = "Quote"; -"room_event_action_redact" = "Redact"; +"room_event_action_redact" = "Remove"; "room_event_action_more" = "More"; "room_event_action_share" = "Share"; "room_event_action_permalink" = "Permalink"; diff --git a/Riot/Generated/Strings.swift b/Riot/Generated/Strings.swift index fc980242a0..1b1ab9bf4f 100644 --- a/Riot/Generated/Strings.swift +++ b/Riot/Generated/Strings.swift @@ -632,7 +632,7 @@ internal enum VectorL10n { internal static let roomEventActionPermalink = VectorL10n.tr("Vector", "room_event_action_permalink") /// Quote internal static let roomEventActionQuote = VectorL10n.tr("Vector", "room_event_action_quote") - /// Redact + /// Remove internal static let roomEventActionRedact = VectorL10n.tr("Vector", "room_event_action_redact") /// Report content internal static let roomEventActionReport = VectorL10n.tr("Vector", "room_event_action_report")