From 2131b16ced3d09d0b768537c00be0c6fe98d7b66 Mon Sep 17 00:00:00 2001 From: nfebe Date: Tue, 17 Jun 2025 10:32:46 +0100 Subject: [PATCH] fix(file_sharing): Remove string concatenated translation Signed-off-by: nfebe --- apps/files_sharing/src/components/ShareExpiryTime.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files_sharing/src/components/ShareExpiryTime.vue b/apps/files_sharing/src/components/ShareExpiryTime.vue index b789bc92db5..939142616e9 100644 --- a/apps/files_sharing/src/components/ShareExpiryTime.vue +++ b/apps/files_sharing/src/components/ShareExpiryTime.vue @@ -9,7 +9,7 @@ + :aria-label="t('files_sharing', 'Share expiration: {date}', { date: new Date(expiryTime).toLocaleString() })">