Skip to content

Commit 64f4530

Browse files
authored
fix(files-page): fixed tutorial description (#484)
1 parent 65edfd1 commit 64f4530

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/assets/i18n/en.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,11 +1096,11 @@
10961096
"filesBrowserDialog": {
10971097
"title": "Using the OSF Files Browser",
10981098
"seeAllFiles": "See All Files in a Provider",
1099-
"seeAllFilesDescription": "All connected storage providers are displayed in the left navbar. Choose one provider to view contents.",
1099+
"seeAllFilesDescription": "All connected storage providers are displayed in the dropdown above the files list. Choose one provider to view contents.",
11001100
"selectFilesFolders": "Select Files/Folders",
1101-
"selectFilesFoldersDescription": "Click on a row (outside of the file or folder name) to show further actions in the top toolbar. Click on more rows to select multiple files. To select a range of files, click a file to begin selection and then shift+click another file to select the range.",
1102-
"openViewFiles": "Open/View Files",
1103-
"openViewFilesDescription": "Click a file name to go to view the file in the OSF. Opens file in a new tab.",
1101+
"selectFilesFoldersDescription": "Click on a row (outside of the file or folder name). Click on more rows to select multiple files. To select a range of files, click a file to begin selection and then shift+click another file to select the range. Select the ellipses on the right side of the row to see more file options.",
1102+
"openViewFiles": "Open/View Files and Folders",
1103+
"openViewFilesDescription": "Click a file name to go to view the file in the OSF. Opens file in a new tab. Click on the folder to open the contents in the files list.",
11041104
"upload": "Upload",
11051105
"uploadDescription": "There are two ways to upload files. Open the storage provider or folder where you intend to upload files; you can then drag files from your desktop into files list area OR click “Upload Files”, and select your files. Note: File names with special characters may cause unexpected behavior with certain addons.",
11061106
"createFolder": "Create a folder",
@@ -1114,9 +1114,9 @@
11141114
"downloadAllFilesZip": "Download All Files As a Zip",
11151115
"downloadAllFilesZipDescription": "Select the storage provider from the left navigation, and then click “Download As Zip” in the top toolbar.",
11161116
"downloadFolderZip": "Download a Folder as Zip",
1117-
"downloadFolderZipDescription": "To download a specific folder as a zip, click the vertical ellipses on the folder’s row to open the dropdown. Click “Download”. Alternatively, open the folder and then click “Download As Zip” in the top toolbar.",
1117+
"downloadFolderZipDescription": "To download a specific folder as a zip, click the vertical ellipses on the folder’s row to open the dropdown. Click “Download”. Alternatively, open the folder and then click “Download As Zip” in the top toolbar.\n\n",
11181118
"downloadFile": "Download a File",
1119-
"downloadFileDescription": "With the file open: Click the vertical ellipses to open the dropdown. Click “Download”. From the file list: Click the vertical ellipses of the file to open the dropdown. Click “Download”.",
1119+
"downloadFileDescription": "With the file open: Click the vertical ellipses to open the dropdown. Click “Download”. From the file list: Click the vertical ellipses of the file to open the dropdown. Click “Download”.\n\n",
11201120
"moreInfo": "For more information please see our",
11211121
"helpGuides": "help guides on project files."
11221122
},

0 commit comments

Comments
 (0)