Remove an unnecessary icon. (#1256)

This commit is contained in:
Paul Schuetz 2023-03-17 06:06:56 +01:00 committed by GitHub
parent 5ef39e7a09
commit fa090f5663
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)