Fix localization issues

This commit is contained in:
2024-04-25 09:25:50 -04:00
parent be585e914d
commit e0b1985df5
60 changed files with 495 additions and 385 deletions
+1 -1
View File
@@ -199,7 +199,7 @@ struct ProfileView: View {
MuteDurationMenu { duration in
notify(.mute(.user(profile.pubkey, duration?.date_from_now)))
} label: {
Text(NSLocalizedString("Mute", comment: "Button to mute a profile."))
Text("Mute", comment: "Button to mute a profile.")
.foregroundStyle(.red)
}
}