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)