1
0
mirror of git://jb55.com/damus synced 2024-09-20 03:57:06 +00:00

Add missing localized string comment

This commit is contained in:
Terry Yiu 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))

View File

@ -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>