From fa090f5663683ed178f6ea37178609decd860e5f Mon Sep 17 00:00:00 2001 From: Paul Schuetz Date: Fri, 17 Mar 2023 06:06:56 +0100 Subject: [PATCH] Remove an unnecessary icon. (#1256) --- IceCubesApp/App/Tabs/Settings/TranslationSettingsView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IceCubesApp/App/Tabs/Settings/TranslationSettingsView.swift b/IceCubesApp/App/Tabs/Settings/TranslationSettingsView.swift index 3863d21b..a36358b9 100644 --- a/IceCubesApp/App/Tabs/Settings/TranslationSettingsView.swift +++ b/IceCubesApp/App/Tabs/Settings/TranslationSettingsView.swift @@ -11,7 +11,7 @@ struct TranslationSettingsView: View { var body: some View { Form { Toggle(isOn: preferences.$alwaysUseDeepl) { - Label("settings.translation.always-deepl", systemImage: "captions.bubble") + Text("settings.translation.always-deepl") } .listRowBackground(theme.primaryBackgroundColor)