Merge pull request #47499 from nextcloud/backport/47490/stable30

[stable30] chore(files): Adjust wording for file type filter
This commit is contained in:
Andy Scherzinger 2024-08-28 12:15:52 +02:00 committed by GitHub
commit b6096d2a22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 4 deletions

View file

@ -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'],
},

4
dist/files-init.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long