Skip to content

Commit

Permalink
fix(messages): Specify that the file path doesn't matter for Google D…
Browse files Browse the repository at this point in the history
…rive

see #1845

Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Jan 26, 2025
1 parent bf3a2ce commit 4215f9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,13 @@
"message": "Password"
},
"LabelBookmarksfile": {
"message": "Bookmarks file path"
"message": "Bookmarks file"
},
"DescriptionBookmarksfile": {
"message": "a path to the bookmarks file relative to your WebDAV URL (all folders in the path must already exist). e.g. personal_stuff/bookmarks.xbel"
},
"DescriptionBookmarksfilegoogle": {
"message": "the file name of the bookmarks file that will reside in your Google Drive (make sure this name is unique in your Drive)"
"message": "the file name of the bookmarks file that will reside in your Google Drive. Do not enter the full file path, only the file name. Make sure this name is unique in your Drive."
},
"DescriptionBookmarksfilegit": {
"message": "a path to the bookmarks file relative to your Git repository root (all folders in the path must already exist). e.g. personal_stuff/bookmarks.xbel"
Expand Down

0 comments on commit 4215f9d

Please sign in to comment.