Skip to content

Commit

Permalink
clarify FilesDirectoryLink title
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-i committed Apr 22, 2024
1 parent ee0fdb8 commit e868446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/files-directory-link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function FilesDirectoryLink(props: {
return (
<Link
href={`/lab/tree/${props.jobFile.file_path}`}
title={trans.__('Open output directory with files')}
title={trans.__('Open output directory in file browser')}
onClick={e => {
e.preventDefault();
props.app.commands.execute('filebrowser:open-path', {
Expand Down

0 comments on commit e868446

Please sign in to comment.