Skip to content

Commit ca894fb

Browse files
committed
frontend: clarify the meaning of graying out some files
1 parent 5f876cf commit ca894fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/packages/frontend/account/other-settings.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,7 @@ export function OtherSettings(props: Readonly<Props>): React.JSX.Element {
129129
>
130130
<FormattedMessage
131131
id="account.other-settings.mask_files"
132-
defaultMessage={`<strong>Mask Files:</strong> grey out files in the files viewer
133-
that you probably do not want to open`}
132+
defaultMessage={`<strong>Dim generated files:</strong> gray out files produced by compilers (.aux, .log, .pyc, etc.) so the main files stand out.`}
134133
/>
135134
</Switch>
136135
);

0 commit comments

Comments
 (0)