Skip to content

Commit e868446

Browse files
committed
clarify FilesDirectoryLink title
1 parent ee0fdb8 commit e868446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/files-directory-link.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export function FilesDirectoryLink(props: {
1212
return (
1313
<Link
1414
href={`/lab/tree/${props.jobFile.file_path}`}
15-
title={trans.__('Open output directory with files')}
15+
title={trans.__('Open output directory in file browser')}
1616
onClick={e => {
1717
e.preventDefault();
1818
props.app.commands.execute('filebrowser:open-path', {

0 commit comments

Comments
 (0)