mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #47499 from nextcloud/backport/47490/stable30
[stable30] chore(files): Adjust wording for file type filter
This commit is contained in:
commit
b6096d2a22
3 changed files with 5 additions and 4 deletions
|
|
@ -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
4
dist/files-init.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-init.js.map
vendored
2
dist/files-init.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue