diff --git a/Riot/Assets/SharedImages.xcassets/Common/cancel.imageset/Contents.json b/Riot/Assets/SharedImages.xcassets/Common/cancel.imageset/Contents.json index 2f43e0b91..92357aede 100644 --- a/Riot/Assets/SharedImages.xcassets/Common/cancel.imageset/Contents.json +++ b/Riot/Assets/SharedImages.xcassets/Common/cancel.imageset/Contents.json @@ -1,23 +1,26 @@ { "images" : [ { - "idiom" : "universal", "filename" : "cancel.png", + "idiom" : "universal", "scale" : "1x" }, { - "idiom" : "universal", "filename" : "cancel@2x.png", + "idiom" : "universal", "scale" : "2x" }, { - "idiom" : "universal", "filename" : "cancel@3x.png", + "idiom" : "universal", "scale" : "3x" } ], "info" : { - "version" : 1, - "author" : "xcode" + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "template-rendering-intent" : "template" } -} \ No newline at end of file +} diff --git a/Riot/Assets/en.lproj/Vector.strings b/Riot/Assets/en.lproj/Vector.strings index bfbaf412e..92c45025e 100644 --- a/Riot/Assets/en.lproj/Vector.strings +++ b/Riot/Assets/en.lproj/Vector.strings @@ -314,7 +314,7 @@ Tap the + to start adding people."; // Chat "room_slide_to_end_group_call" = "Slide to end the call for everyone"; -"room_jump_to_first_unread" = "Jump to first unread message"; +"room_jump_to_first_unread" = "Jump to unread"; "room_accessiblity_scroll_to_bottom" = "Scroll to bottom"; "room_new_message_notification" = "%d new message"; "room_new_messages_notification" = "%d new messages"; diff --git a/Riot/Generated/Strings.swift b/Riot/Generated/Strings.swift index b27408f26..7b2d51278 100644 --- a/Riot/Generated/Strings.swift +++ b/Riot/Generated/Strings.swift @@ -2922,7 +2922,7 @@ internal enum VectorL10n { internal static var roomJoinGroupCall: String { return VectorL10n.tr("Vector", "room_join_group_call") } - /// Jump to first unread message + /// Jump to unread internal static var roomJumpToFirstUnread: String { return VectorL10n.tr("Vector", "room_jump_to_first_unread") }