We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee0fdb8 commit e868446Copy full SHA for e868446
src/components/files-directory-link.tsx
@@ -12,7 +12,7 @@ export function FilesDirectoryLink(props: {
12
return (
13
<Link
14
href={`/lab/tree/${props.jobFile.file_path}`}
15
- title={trans.__('Open output directory with files')}
+ title={trans.__('Open output directory in file browser')}
16
onClick={e => {
17
e.preventDefault();
18
props.app.commands.execute('filebrowser:open-path', {
0 commit comments