From ae9ae66b39db74662404eb0d73722422d2cd30c9 Mon Sep 17 00:00:00 2001
From: Terry Yiu <963907+tyiu@users.noreply.github.com>
Date: Fri, 9 Jun 2023 00:06:18 -0400
Subject: [PATCH] Fix spelling of Nostr to use Titlecase instead of lowercase
Changelog-Fixed: Fix spelling of Nostr to use Titlecase instead of lowercase
---
damus/Views/CreateAccountView.swift | 2 +-
damus/Views/LoginView.swift | 2 +-
damus/Views/QRCodeView.swift | 2 +-
damus/Views/SetupView.swift | 10 ++--
.../Localized Contents/en-US.xliff | 54 +++++++++---------
.../damus/en-US.lproj/Localizable.strings | Bin 89514 -> 89514 bytes
6 files changed, 35 insertions(+), 35 deletions(-)
diff --git a/damus/Views/CreateAccountView.swift b/damus/Views/CreateAccountView.swift
index 0804f4e9..3bfbaf2e 100644
--- a/damus/Views/CreateAccountView.swift
+++ b/damus/Views/CreateAccountView.swift
@@ -96,7 +96,7 @@ struct LoginPrompt: View {
@Environment(\.dismiss) var dismiss
var body: some View {
HStack {
- Text("Already on nostr?", comment: "Ask the user if they already have an account on nostr")
+ Text("Already on Nostr?", comment: "Ask the user if they already have an account on Nostr")
.foregroundColor(Color("DamusMediumGrey"))
Button(NSLocalizedString("Login", comment: "Button to navigate to login view.")) {
diff --git a/damus/Views/LoginView.swift b/damus/Views/LoginView.swift
index 8187e214..9ebdb6da 100644
--- a/damus/Views/LoginView.swift
+++ b/damus/Views/LoginView.swift
@@ -340,7 +340,7 @@ struct CreateAccountPrompt: View {
@Binding var create_account: Bool
var body: some View {
HStack {
- Text("New to nostr?", comment: "Ask the user if they are new to nostr")
+ Text("New to Nostr?", comment: "Ask the user if they are new to Nostr")
.foregroundColor(Color("DamusMediumGrey"))
Button(NSLocalizedString("Create account", comment: "Button to navigate to create account view.")) {
diff --git a/damus/Views/QRCodeView.swift b/damus/Views/QRCodeView.swift
index 46209eb1..86dd1669 100644
--- a/damus/Views/QRCodeView.swift
+++ b/damus/Views/QRCodeView.swift
@@ -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)
diff --git a/damus/Views/SetupView.swift b/damus/Views/SetupView.swift
index 1989493c..c5f12b01 100644
--- a/damus/Views/SetupView.swift
+++ b/damus/Views/SetupView.swift
@@ -40,7 +40,7 @@ struct SetupView: View {
.fontWeight(.heavy)
.foregroundStyle(DamusLogoGradient.gradient)
- Text("The go-to iOS nostr client", comment: "Quick description of what Damus is")
+ Text("The go-to iOS Nostr client", comment: "Quick description of what Damus is")
.foregroundColor(DamusColors.mediumGrey)
.padding(.top, 10)
@@ -85,7 +85,7 @@ struct LearnAboutNostrLink: View {
Button(action: {
openURL(URL(string: "https://nostr.com")!)
}, label: {
- Text("Learn more about nostr", comment: "Button that opens up a webpage where the user can learn more about nostr.")
+ Text("Learn more about Nostr", comment: "Button that opens up a webpage where the user can learn more about Nostr.")
.foregroundColor(.accentColor)
})
@@ -101,7 +101,7 @@ struct WhatIsNostr: View {
HStack(alignment: .top) {
Image("nostr-logo")
VStack(alignment: .leading) {
- Text("What is nostr?", comment: "Heading text for section describing what is nostr.")
+ Text("What is Nostr?", comment: "Heading text for section describing what is Nostr.")
.fontWeight(.bold)
.padding(.vertical, 10)
@@ -120,11 +120,11 @@ struct WhyWeNeedNostr: View {
HStack(alignment: .top) {
Image("lightbulb")
VStack(alignment: .leading) {
- Text("Why we need nostr?", comment: "Heading text for section describing why nostr is needed.")
+ Text("Why we need Nostr?", comment: "Heading text for section describing why Nostr is needed.")
.fontWeight(.bold)
.padding(.vertical, 10)
- Text("Social media has developed into a key way information flows around the world. Unfortunately, our current social media systems are broken", comment: "Description about why nostr is needed.")
+ Text("Social media has developed into a key way information flows around the world. Unfortunately, our current social media systems are broken", comment: "Description about why Nostr is needed.")
.foregroundColor(DamusColors.mediumGrey)
}
}
diff --git a/damus/en-US.xcloc/Localized Contents/en-US.xliff b/damus/en-US.xcloc/Localized Contents/en-US.xliff
index 2c323174..63d1a138 100644
--- a/damus/en-US.xcloc/Localized Contents/en-US.xliff
+++ b/damus/en-US.xcloc/Localized Contents/en-US.xliff
@@ -168,10 +168,10 @@ Sentence composed of 2 variables to describe how many people are following a use
AllLabel for filter for all notifications.
-
- Already on nostr?
- Already on nostr?
- Ask the user if they already have an account on nostr
+
+ Already on Nostr?
+ Already on Nostr?
+ Ask the user if they already have an account on NostrAlways show images
@@ -571,9 +571,9 @@ Sentence composed of 2 variables to describe how many people are following a use
Follow BackButton to follow a user back.
-
- Follow me on nostr
- Follow me on nostr
+
+ Follow me on Nostr
+ Follow me on NostrText on QR code view to prompt viewer looking at screen to follow the user.
@@ -672,10 +672,10 @@ Sentence composed of 2 variables to describe how many people are following a use
Navigation title for managing keys.
Settings section for managing keys
-
- Learn more about nostr
- Learn more about nostr
- Button that opens up a webpage where the user can learn more about nostr.
+
+ Learn more about Nostr
+ Learn more about Nostr
+ Button that opens up a webpage where the user can learn more about Nostr.Left Handed
@@ -820,10 +820,10 @@ Sentence composed of 2 variables to describe how many people are following a use
New encrypted direct messageNotification that the user has received a new direct message
-
- New to nostr?
- New to nostr?
- Ask the user if they are new to nostr
+
+ New to Nostr?
+ New to Nostr?
+ Ask the user if they are new to NostrNo
@@ -1318,7 +1318,7 @@ Button text to indicate that the zap type is a private zap.
Social media has developed into a key way information flows around the world. Unfortunately, our current social media systems are brokenSocial media has developed into a key way information flows around the world. Unfortunately, our current social media systems are broken
- Description about why nostr is needed.
+ Description about why Nostr is needed.Software
@@ -1360,9 +1360,9 @@ Button text to indicate that the zap type is a private zap.
The address should either begin with LNURL or should look like an email address.Giving the description of the alert message.
-
- The go-to iOS nostr client
- The go-to iOS nostr client
+
+ The go-to iOS Nostr client
+ The go-to iOS Nostr clientQuick description of what Damus is
@@ -1566,15 +1566,15 @@ YOU WILL NO LONGER BE ABLE TO LOG INTO DAMUS USING THIS ACCOUNT KEY.
What do you want to report?Header text to prompt user what issue they want to report.
-
- What is nostr?
- What is nostr?
- Heading text for section describing what is nostr.
+
+ What is Nostr?
+ What is Nostr?
+ Heading text for section describing what is Nostr.
-
- Why we need nostr?
- Why we need nostr?
- Heading text for section describing why nostr is needed.
+
+ Why we need Nostr?
+ Why we need Nostr?
+ Heading text for section describing why Nostr is needed.Yes, Overwrite
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 a8a88852fca257e130fde3833f73a7da1906b67e..df66dccbe57304842d8a8f51d1736d70233500ab 100644
GIT binary patch
delta 221
zcmZ3rn|0N0)(sO(82u(sG|>c-AJ>UazF;E8=r=vzlTmV$={g^v;QB^gM!(H>8^uL{
zoUc>Ofu!yWx+FUg)L;}d1Xd=w-$B@cU&Y-|h!jKOnL53+q4Vu2dnNei2&J@1Q
z0qdF4CoAn1n*Pd@QDS?I7^4~|P|ZVmM#<@WAS(5>T+hlQ98ifC12Apo>9rKsSJ$JXxc-AJ>UazF;E8m^VG&lTmV$={g^v;QB^g#=OmU8^uL{
zoUc>Ofu!yWx+FUg)L;}d1Xd=w-$B@cU&Y-|h!jKOnL53+q4Vu2dnNei2&J@1Q
z0qdF4fr2+Z88x@ph%u^h0yz)m86~Ihk!Mt4%-arRI|3atUD=aS6=*EbJ<|=m7+H7|
lfu<@jWHJ(SWW<;AEV3;=@!Nss^l