Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Crowdin updates #599

Merged
merged 2 commits into from
Jul 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Sources/Core/Resources/Generated/L10n.generated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1181,8 +1181,8 @@ public enum L10n {
}
}
public enum ImportMnemonic {
/// Seed phrase not checksummed
public static let checksumFailure = L10n.tr("Localizable", "importMnemonic_checksumFailure", fallback: "Seed phrase not checksummed")
/// Incorrect seed phrase
public static let checksumFailure = L10n.tr("Localizable", "importMnemonic_checksumFailure", fallback: "Incorrect seed phrase")
/// Fewer words
public static let fewerWords = L10n.tr("Localizable", "importMnemonic_fewerWords", fallback: "Fewer words")
/// Import seed phrase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@
"importMnemonic_passphraseHint" = "BIP39 Passphrase is often called a \'25th word\'.";
"importMnemonic_fewerWords" = "Fewer words";
"importMnemonic_moreWords" = "More words";
"importMnemonic_checksumFailure" = "Seed phrase not checksummed";
"importMnemonic_checksumFailure" = "Incorrect seed phrase";
"importMnemonic_importSeedPhrase" = "Import seed phrase";
"importMnemonic_offDevice_storyPrimaryHeading" = "Tell a story";
"importMnemonic_offDevice_storyPlaceholder" = "Hitchcock\'s The Birds mixed with Office space";
Expand Down