This commit is contained in:
Niels Andriesse 2020-02-15 08:53:43 +11:00
parent a860c5a512
commit 21c92eadfc
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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