sidebar: rename App settings to Settings

Also localize
This commit is contained in:
William Casarin
2023-01-10 10:17:27 -08:00
parent 424fb55343
commit 9944a7bf2a

View File

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