Skip to content

Commit

Permalink
fix: change copy for 'Use template image' in settings to 'Apply syste…
Browse files Browse the repository at this point in the history
…m theme to icon'
  • Loading branch information
dhruvikn committed Jul 29, 2024
1 parent c489c4b commit 5e0bab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ice/Settings/SettingsPanes/GeneralSettingsPane.swift
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ struct GeneralSettingsPane: View {

if case .custom = manager.iceIcon.name {
Toggle(isOn: manager.bindings.customIceIconIsTemplate) {
Text("Use template image")
Text("Apply system theme to icon")
Text("Display the icon as a monochrome image matching the system appearance")
}
}
Expand Down

0 comments on commit 5e0bab1

Please sign in to comment.