Change use of DM to be consistent and add missing localization comments

This commit is contained in:
2023-01-22 21:50:28 -05:00
parent 3e4914462b
commit 83909c8fc9
6 changed files with 28 additions and 22 deletions

View File

@@ -181,7 +181,7 @@ struct ContentView: View {
.frame(width:30,height:30)
.shadow(color: Color("DamusPurple"), radius: 2)
case .dms:
Text("DM", comment: "Toolbar label for DM view, which is the English abbreviation for Direct Message.")
Text("DMs", comment: "Toolbar label for DMs view, where DM is the English abbreviation for Direct Message.")
.bold()
case .notifications:
Text("Notifications", comment: "Toolbar label for Notifications view.")