From f749aec259541dcb576a039ef1fdaae86dae9c68 Mon Sep 17 00:00:00 2001 From: Oleh Paduchak Date: Thu, 25 Sep 2025 13:29:27 +0300 Subject: [PATCH] fix(files-page): fixed tutorial description --- src/assets/i18n/en.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index dac44ba8b..9a072a392 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -1094,11 +1094,11 @@ "filesBrowserDialog": { "title": "Using the OSF Files Browser", "seeAllFiles": "See All Files in a Provider", - "seeAllFilesDescription": "All connected storage providers are displayed in the left navbar. Choose one provider to view contents.", + "seeAllFilesDescription": "All connected storage providers are displayed in the dropdown above the files list. Choose one provider to view contents.", "selectFilesFolders": "Select Files/Folders", - "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.", - "openViewFiles": "Open/View Files", - "openViewFilesDescription": "Click a file name to go to view the file in the OSF. Opens file in a new tab.", + "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.", + "openViewFiles": "Open/View Files and Folders", + "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.", "upload": "Upload", "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.", "createFolder": "Create a folder", @@ -1112,9 +1112,9 @@ "downloadAllFilesZip": "Download All Files As a Zip", "downloadAllFilesZipDescription": "Select the storage provider from the left navigation, and then click “Download As Zip” in the top toolbar.", "downloadFolderZip": "Download a Folder as Zip", - "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.", + "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", "downloadFile": "Download a File", - "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”.", + "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", "moreInfo": "For more information please see our", "helpGuides": "help guides on project files." },