mirror of
https://github.com/nextcloud/server.git
synced 2026-04-11 20:16:54 -04:00
chore(files): Adjust wording for file type filter
* Resolves: https://github.com/nextcloud/server/issues/47440 Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
4fcf4dba02
commit
3ffdf56c8f
1 changed files with 2 additions and 1 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'],
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue