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
@@ -121,7 +121,7 @@ struct AddRelayView: View {
dismiss()
}) {
HStack {
Text(verbatim: "Add relay")
Text("Add relay", comment: "Button to add a relay.")
.bold()
}
.frame(minWidth: 300, maxWidth: .infinity, alignment: .center)