Browse Source

sidebar: rename App settings to Settings

Also localize
translations_damus-localizations-en-us-xcloc-localized-contents-en-us-xliff--master_es_419
William Casarin 2 years ago
parent
commit
9944a7bf2a
  1. 2
      damus/Views/SideMenuView.swift

2
damus/Views/SideMenuView.swift

@ -123,7 +123,7 @@ struct SideMenuView: View {
*/
NavigationLink(destination: ConfigView(state: damus_state).environmentObject(user_settings)) {
Label("App settings", systemImage: "gear")
Label(NSLocalizedString("Settings", comment: "Sidebar menu label for accessing the app settings"), systemImage: "gear")
.font(.title2)
.foregroundColor(textColor())
}

Loading…
Cancel
Save