ios: localize database encryption (#1048)

* ios: localize database encryption

* fix incorrect language in NSE localizations

* corrections

Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>

* translations

Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>
This commit is contained in:
Evgeny Poberezkin
2022-09-14 14:04:41 +01:00
committed by GitHub
parent 63a98fa9d3
commit 76a7dfeabb
15 changed files with 729 additions and 19 deletions
@@ -223,7 +223,7 @@ struct DatabaseEncryptionView: View {
return Alert(title: Text("Database encrypted!"))
case .currentPassphraseError:
return Alert(
title: Text("Wrong passsphrase!"),
title: Text("Wrong passphrase!"),
message: Text("Please enter correct current passphrase.")
)
case let .error(title, error):