Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 96e9554

Browse files
BasThomasrnystrom
authored andcommitted
Warn that logging out removes bookmarks (#2303)
1 parent 9eb26bf commit 96e9554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Settings/SettingsViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ NewIssueTableViewControllerDelegate {
193193

194194
func onSignOut() {
195195
let title = NSLocalizedString("Are you sure?", comment: "")
196-
let message = NSLocalizedString("All of your accounts will be signed out. Do you want to continue?", comment: "")
196+
let message = NSLocalizedString("All of your accounts will be signed out, and their bookmarks will be removed. Do you want to continue?", comment: "")
197197
let alert = UIAlertController.configured(title: title, message: message, preferredStyle: .alert)
198198
alert.addActions([
199199
AlertAction.cancel(),

0 commit comments

Comments
 (0)