Fix spelling of Nostr to use Titlecase instead of lowercase

Changelog-Fixed: Fix spelling of Nostr to use Titlecase instead of lowercase
This commit is contained in:
2023-06-09 00:06:18 -04:00
committed by William Casarin
parent e7281fdacc
commit ae9ae66b39
6 changed files with 35 additions and 35 deletions

View File

@@ -160,7 +160,7 @@ struct QRCodeView: View {
Spacer()
Text("Follow me on nostr", comment: "Text on QR code view to prompt viewer looking at screen to follow the user.")
Text("Follow me on Nostr", comment: "Text on QR code view to prompt viewer looking at screen to follow the user.")
.font(.system(size: 24, weight: .heavy))
.padding(.top)