Fix localization keys merged from community pull requests

This commit is contained in:
Garth Vander Houwen 2025-05-20 21:16:12 -07:00
parent b0fddbabfc
commit a2c869ec06
8 changed files with 218 additions and 712 deletions

View file

@ -6,7 +6,7 @@ struct RequestPositionButton: View {
var body: some View {
Button(action: action) {
Image(systemName: "mappin.and.ellipse")
.accessibilityLabel(NSLocalizedString("request_position", comment: "VoiceOver label for request position button"))
.accessibilityLabel("Position Exchange Requested".localized)
.symbolRenderingMode(.hierarchical)
.imageScale(.large)
.foregroundColor(.accentColor)