sidebar: rename App settings to Settings
Also localize
This commit is contained in:
@@ -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())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user