Fix localization issues

This commit is contained in:
2023-02-19 01:58:43 -05:00
parent 795577a0a1
commit 1b27e9041f
38 changed files with 140 additions and 27721 deletions

View File

@@ -133,7 +133,7 @@ struct SideMenuView: View {
Button(action: {
showQRCode.toggle()
}, label: {
Label(NSLocalizedString("", comment: "Sidebar menu label for accessing QRCode view"), systemImage: "qrcode")
Label("", systemImage: "qrcode")
.font(.title)
.foregroundColor(textColor())
}).fullScreenCover(isPresented: $showQRCode) {