Add missing localized string comment

This commit is contained in:
2023-06-07 13:09:32 -04:00
committed by William Casarin
parent baa5454e2a
commit e7281fdacc
3 changed files with 2 additions and 2 deletions

View File

@@ -185,7 +185,7 @@ struct QRCodeView: View {
func QRCameraView() -> some View {
return VStack(alignment: .center) {
Text("Scan a user's pubkey")
Text("Scan a user's pubkey", comment: "Text to prompt scanning a QR code of a user's pubkey to open their profile.")
.padding(.top, 50)
.font(.system(size: 24, weight: .heavy))