Skip to content

Commit 4215f9d

Browse files
committed
fix(messages): Specify that the file path doesn't matter for Google Drive
see #1845 Signed-off-by: Marcel Klehr <[email protected]>
1 parent bf3a2ce commit 4215f9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_locales/en/messages.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,13 @@
132132
"message": "Password"
133133
},
134134
"LabelBookmarksfile": {
135-
"message": "Bookmarks file path"
135+
"message": "Bookmarks file"
136136
},
137137
"DescriptionBookmarksfile": {
138138
"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"
139139
},
140140
"DescriptionBookmarksfilegoogle": {
141-
"message": "the file name of the bookmarks file that will reside in your Google Drive (make sure this name is unique in your Drive)"
141+
"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."
142142
},
143143
"DescriptionBookmarksfilegit": {
144144
"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"

0 commit comments

Comments
 (0)