mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01: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:
committed by
GitHub
parent
63a98fa9d3
commit
76a7dfeabb
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user