From 7f30d94e22292655a398e16a69fc783d86f8f65a Mon Sep 17 00:00:00 2001 From: Doug Date: Mon, 21 Mar 2022 17:58:39 +0000 Subject: [PATCH] Fix missing } from rebase. --- Riot/Generated/Strings.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Riot/Generated/Strings.swift b/Riot/Generated/Strings.swift index c1d9ce44f..8a751f0d7 100644 --- a/Riot/Generated/Strings.swift +++ b/Riot/Generated/Strings.swift @@ -2714,6 +2714,7 @@ public class VectorL10n: NSObject { /// Live location enabled public static var liveLocationSharingBannerTitle: String { return VectorL10n.tr("Vector", "live_location_sharing_banner_title") + } /// Loading public static var loading: String { return VectorL10n.tr("Vector", "loading")