|
@@ -44,7 +44,8 @@ class NCSharePaging: UIViewController {
|
|
|
super.viewDidLoad()
|
|
|
|
|
|
view.backgroundColor = NCBrandColor.shared.systemBackground
|
|
|
- navigationItem.leftBarButtonItem = UIBarButtonItem(title: NSLocalizedString("_cancel_", comment: ""), style: .done, target: self, action: #selector(exitTapped))
|
|
|
+
|
|
|
+ navigationItem.leftBarButtonItem = UIBarButtonItem(title: NSLocalizedString("_close_", comment: ""), style: .done, target: self, action: #selector(exitTapped))
|
|
|
|
|
|
// Verify Comments & Sharing enabled
|
|
|
let serverVersionMajor = NCManageDatabase.shared.getCapabilitiesServerInt(account: appDelegate.account, elements: NCElementsJSON.shared.capabilitiesVersionMajor)
|