From 3ffdf56c8f8d9d240a8ecf0c01f4d019db2d7100 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Mon, 26 Aug 2024 16:38:48 +0200 Subject: [PATCH] chore(files): Adjust wording for file type filter * Resolves: https://github.com/nextcloud/server/issues/47440 Signed-off-by: Ferdinand Thiessen --- apps/files/src/filters/TypeFilter.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/files/src/filters/TypeFilter.ts b/apps/files/src/filters/TypeFilter.ts index d35671fc220..cf866022047 100644 --- a/apps/files/src/filters/TypeFilter.ts +++ b/apps/files/src/filters/TypeFilter.ts @@ -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'], },