mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Fix localization keys merged from community pull requests
This commit is contained in:
parent
b0fddbabfc
commit
a2c869ec06
8 changed files with 218 additions and 712 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue