diff --git a/CHANGES.rst b/CHANGES.rst index e5e46f438..1b5212933 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +Changes in 0.8.6 (2019-05-06) +=============================================== + +Bug fix: + * Device Verification: Fix bell emoji name + Changes in 0.8.5 (2019-05-03) =============================================== diff --git a/Riot/Assets/en.lproj/Vector.strings b/Riot/Assets/en.lproj/Vector.strings index adc590650..55e323610 100644 --- a/Riot/Assets/en.lproj/Vector.strings +++ b/Riot/Assets/en.lproj/Vector.strings @@ -883,7 +883,7 @@ "device_verification_emoji_ball" = "Ball"; "device_verification_emoji_guitar" = "Guitar"; "device_verification_emoji_trumpet" = "Trumpet"; -"device_verification_emoji_bell" = "Ball"; +"device_verification_emoji_bell" = "Bell"; "device_verification_emoji_anchor" = "Anchor"; "device_verification_emoji_headphones" = "Headphones"; "device_verification_emoji_folder" = "Folder"; diff --git a/Riot/Generated/Strings.swift b/Riot/Generated/Strings.swift index 1239b656b..87287b665 100644 --- a/Riot/Generated/Strings.swift +++ b/Riot/Generated/Strings.swift @@ -454,7 +454,7 @@ internal enum VectorL10n { internal static var deviceVerificationEmojiBanana: String { return VectorL10n.tr("Vector", "device_verification_emoji_banana") } - /// Ball + /// Bell internal static var deviceVerificationEmojiBell: String { return VectorL10n.tr("Vector", "device_verification_emoji_bell") }