From 9b2e48abab6a09f72fb584db848e3e1a8cb065dd Mon Sep 17 00:00:00 2001 From: Thomas Ricouard Date: Wed, 1 Feb 2023 20:57:50 +0100 Subject: [PATCH] Add settings.content.hide-repeated-boosts to GB --- .../Resources/Localization/en-GB.lproj/Localizable.strings | 1 + 1 file changed, 1 insertion(+) diff --git a/IceCubesApp/Resources/Localization/en-GB.lproj/Localizable.strings b/IceCubesApp/Resources/Localization/en-GB.lproj/Localizable.strings index 5a4a2492..b537b8a0 100644 --- a/IceCubesApp/Resources/Localization/en-GB.lproj/Localizable.strings +++ b/IceCubesApp/Resources/Localization/en-GB.lproj/Localizable.strings @@ -95,6 +95,7 @@ "settings.content.navigation-title" = "Content Settings"; "settings.content.use-instance-settings" = "Use server settings"; "settings.content.main-toggle.description" = "Use the settings from your home Instance"; +"settings.content.hide-repeated-boosts" = "Hide repeated boosts"; "settings.content.expand-spoilers" = "Always show sensitive posts"; "settings.content.expand-media" = "Media display"; "settings.content.default-sensitive" = "Always mark media as sensitive";