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:
Ferdinand Thiessen 2024-08-26 16:38:48 +02:00
parent 4fcf4dba02
commit 3ffdf56c8f
No known key found for this signature in database
GPG key ID: 45FAE7268762B400

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