mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-04-24 04:05:16 +08:00
Rename "Add to Bookmark" to simply "Bookmark" (#681)
This commit is contained in:
@@ -143,7 +143,7 @@ struct AlertAction {
|
||||
}
|
||||
|
||||
static func bookmark(_ bookmark: BookmarkModel) -> UIAlertAction {
|
||||
return UIAlertAction(title: NSLocalizedString("Add To Bookmark", comment: ""), style: .default) { _ in
|
||||
return UIAlertAction(title: NSLocalizedString("Bookmark", comment: ""), style: .default) { _ in
|
||||
BookmarksStore.shared.add(bookmark: bookmark)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user