Skip to content

Commit

Permalink
Merge pull request #47490 from nextcloud/chore/adjust-translations
Browse files Browse the repository at this point in the history
chore(files): Adjust wording for file type filter
  • Loading branch information
susnux authored Aug 26, 2024
2 parents 2665151 + 290610b commit 21b997f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
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
4 changes: 2 additions & 2 deletions dist/files-init.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/files-init.js.map

Large diffs are not rendered by default.

0 comments on commit 21b997f

Please sign in to comment.