mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-29 04:39:53 +00:00
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:
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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue