mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
Fix copy
This commit is contained in:
parent
a860c5a512
commit
21c92eadfc
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ class SAEFailedViewController: UIViewController {
|
|||
self.navigationItem.leftBarButtonItem = UIBarButtonItem(barButtonSystemItem: .cancel,
|
||||
target: self,
|
||||
action: #selector(cancelPressed))
|
||||
self.navigationItem.title = "Signal"
|
||||
self.navigationItem.title = "Session"
|
||||
|
||||
self.view.backgroundColor = UIColor.ows_signalBrandBlue
|
||||
|
||||
|
|
|
@ -59,7 +59,7 @@ class SAELoadViewController: UIViewController {
|
|||
self.navigationItem.leftBarButtonItem = UIBarButtonItem(barButtonSystemItem: .cancel,
|
||||
target: self,
|
||||
action: #selector(cancelPressed))
|
||||
self.navigationItem.title = "Signal"
|
||||
self.navigationItem.title = "Session"
|
||||
|
||||
self.view.backgroundColor = UIColor.ows_signalBrandBlue
|
||||
|
||||
|
|
Loading…
Reference in a new issue