From eb49dcbf424ed6ffd0b8cd01beac4036a7cd4297 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Fri, 7 Oct 2022 12:05:22 +0200 Subject: [PATCH] Bring back English string for now to unbreak the build --- Riot/Assets/en.lproj/Vector.strings | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Riot/Assets/en.lproj/Vector.strings b/Riot/Assets/en.lproj/Vector.strings index aed0a6e69..0b5f402fc 100644 --- a/Riot/Assets/en.lproj/Vector.strings +++ b/Riot/Assets/en.lproj/Vector.strings @@ -2394,6 +2394,9 @@ To enable access, tap Settings> Location and select Always"; "user_other_session_security_recommendation_title" = "Security recommendation"; +// First item is client name and second item is session display name +"user_session_name" = "%@: %@"; + "user_session_item_details" = "%@ ยท Last activity %@"; "user_inactive_session_item" = "Inactive for 90+ days"; "user_inactive_session_item_with_date" = "Inactive for 90+ days (%@)";