damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit e7281fdacc9a3ea51647ec308ed25331458c4ca3
parent baa5454e2a37ca1223c2b322f0cad4cb21820c3d
Author: Terry Yiu <963907+tyiu@users.noreply.github.com>
Date:   Wed,  7 Jun 2023 13:09:32 -0400

Add missing localized string comment

Diffstat:
Mdamus/Views/QRCodeView.swift | 2+-
Mdamus/en-US.xcloc/Localized Contents/en-US.xliff | 2+-
Mdamus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings | 0
3 files changed, 2 insertions(+), 2 deletions(-)

diff --git 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 @@ -1182,7 +1182,7 @@ Button text to indicate that the zap type is a private zap.</note> <trans-unit id="Scan a user's pubkey" xml:space="preserve"> <source>Scan a user's pubkey</source> <target>Scan a user's pubkey</target> - <note>No comment provided by engineer.</note> + <note>Text to prompt scanning a QR code of a user's pubkey to open their profile.</note> </trans-unit> <trans-unit id="Scan the code" xml:space="preserve"> <source>Scan the code</source> 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 Binary files differ.