From 63eae4b7d246dc8b4ef512771140d122f240463b Mon Sep 17 00:00:00 2001 From: Bas Broek Date: Tue, 16 Oct 2018 21:41:33 +0200 Subject: [PATCH] Warn that logging out removes bookmarks --- Classes/Settings/SettingsViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/Settings/SettingsViewController.swift b/Classes/Settings/SettingsViewController.swift index ce7985666..a7c5bd9cd 100644 --- a/Classes/Settings/SettingsViewController.swift +++ b/Classes/Settings/SettingsViewController.swift @@ -193,7 +193,7 @@ NewIssueTableViewControllerDelegate { func onSignOut() { let title = NSLocalizedString("Are you sure?", comment: "") - let message = NSLocalizedString("All of your accounts will be signed out. Do you want to continue?", comment: "") + let message = NSLocalizedString("All of your accounts will be signed out, and their bookmarks will be removed. Do you want to continue?", comment: "") let alert = UIAlertController.configured(title: title, message: message, preferredStyle: .alert) alert.addActions([ AlertAction.cancel(),