Skip to content

Commit

Permalink
chore(files): Adjust wording for file type filter
Browse files Browse the repository at this point in the history
* Resolves: #47440

Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Aug 26, 2024
1 parent 6d31abd commit 07198fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/files/src/filters/TypeFilter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ const getTypePresets = async () => [
},
{
id: 'image',
label: t('files', 'Pictures and images'),
// TRANSLATORS: This is for filtering files, e.g. PNG or JPEG, so photos, drawings, or images in general
label: t('files', 'Photos and images'),
icon: svgImage,
mime: ['image'],
},
Expand Down

0 comments on commit 07198fd

Please sign in to comment.