[#832] Replace user-facing Secant strings with Zashi (#834)

- localized files updated, secant -> Zashi
This commit is contained in:
Lukas Korba 2023-10-03 14:05:44 +02:00 committed by GitHub
parent bbd8da45d6
commit ebbf2520ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -157,8 +157,8 @@ public enum L10n {
public static func sendZec(_ p1: Any) -> String {
return L10n.tr("Localizable", "home.sendZec", String(describing: p1), fallback: "Send %@")
}
/// Secant Wallet
public static let title = L10n.tr("Localizable", "home.title", fallback: "Secant Wallet")
/// Zashi Wallet
public static let title = L10n.tr("Localizable", "home.title", fallback: "Zashi Wallet")
/// See transaction history
public static let transactionHistory = L10n.tr("Localizable", "home.transactionHistory", fallback: "See transaction history")
public enum SyncFailed {
@ -257,8 +257,8 @@ public enum L10n {
public enum PlainOnboarding {
/// We need to create a new wallet or restore an existing one. Select your path:
public static let caption = L10n.tr("Localizable", "plainOnboarding.caption", fallback: "We need to create a new wallet or restore an existing one. Select your path:")
/// It's time to setup your Secant, powered by Zcash, no-frills wallet.
public static let title = L10n.tr("Localizable", "plainOnboarding.title", fallback: "It's time to setup your Secant, powered by Zcash, no-frills wallet.")
/// It's time to setup your Zashi, powered by Zcash, no-frills wallet.
public static let title = L10n.tr("Localizable", "plainOnboarding.title", fallback: "It's time to setup your Zashi, powered by Zcash, no-frills wallet.")
public enum Button {
/// Create a new Wallet
public static let createNewWallet = L10n.tr("Localizable", "plainOnboarding.button.createNewWallet", fallback: "Create a new Wallet")

View File

@ -3,7 +3,7 @@
"welcomeScreen.subtitle" = "Just Loading, one sec";
// MARK: - Plain Onboarding Flow
"plainOnboarding.title" = "It's time to setup your Secant, powered by Zcash, no-frills wallet.";
"plainOnboarding.title" = "It's time to setup your Zashi, powered by Zcash, no-frills wallet.";
"plainOnboarding.caption" = "We need to create a new wallet or restore an existing one. Select your path:";
"plainOnboarding.button.createNewWallet" = "Create a new Wallet";
"plainOnboarding.button.restoreWallet" = "Restore an existing wallet";
@ -71,7 +71,7 @@
"home.sendZec" = "Send %@";
"home.receiveZec" = "Receive %@";
"home.transactionHistory" = "See transaction history";
"home.title" = "Secant Wallet";
"home.title" = "Zashi Wallet";
"home.syncFailed.title" = "Sync failed!";
"home.syncFailed.dismiss" = "Dismiss";
"home.syncFailed.retry" = "Retry";