diff --git a/resources/scripts/components/server/files/FileManagerContainer.tsx b/resources/scripts/components/server/files/FileManagerContainer.tsx index 1dcc8105..3ac1bcb4 100644 --- a/resources/scripts/components/server/files/FileManagerContainer.tsx +++ b/resources/scripts/components/server/files/FileManagerContainer.tsx @@ -97,7 +97,7 @@ export default () => { {files.length > 500 && ( <div css={tw`rounded bg-yellow-400 mb-px p-3`}> <p css={tw`text-yellow-900 text-sm text-center`}> - This directory is too large to display in the browser, limiting the output + Please open this in SFTP as this is too large for the poor browser to load. limiting the output to the first 500 files. </p> </div>