diff --git a/damus/Views/QRCodeView.swift b/damus/Views/QRCodeView.swift index 81a89fda..46209eb1 100644 --- a/damus/Views/QRCodeView.swift +++ b/damus/Views/QRCodeView.swift @@ -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)) diff --git a/damus/en-US.xcloc/Localized Contents/en-US.xliff b/damus/en-US.xcloc/Localized Contents/en-US.xliff index 3e9d3b6d..2c323174 100644 --- a/damus/en-US.xcloc/Localized Contents/en-US.xliff +++ b/damus/en-US.xcloc/Localized Contents/en-US.xliff @@ -1182,7 +1182,7 @@ Button text to indicate that the zap type is a private zap. Scan a user's pubkey Scan a user's pubkey - No comment provided by engineer. + Text to prompt scanning a QR code of a user's pubkey to open their profile. Scan the code diff --git a/damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings b/damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings index 26eca404..a8a88852 100644 Binary files a/damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings and b/damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings differ