Skip to content

Commit 6df965f

Browse files
authored
Fix typo in bookmark alert message
1 parent 1ba143d commit 6df965f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sushitrain/BrowserView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ struct BrowserView: View {
261261
}
262262
#else
263263
.alert(
264-
"This location has been added to your bookmarks. Bookmarked locations can be accessed quickly from the start page, or by long-tapping the app icon om the home screen.",
264+
"This location has been added to your bookmarks. Bookmarked locations can be accessed quickly from the start page, or by long-tapping the app icon on the home screen.",
265265
isPresented: $showNewBookmarkInfo
266266
) {
267267
Button("OK") {}

0 commit comments

Comments
 (0)