mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(file_sharing): Remove string concatenated translation
Signed-off-by: nfebe <fenn25.fn@gmail.com>
This commit is contained in:
parent
e11ecaa53f
commit
2131b16ced
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
<NcButton v-if="expiryTime"
|
||||
class="hint-icon"
|
||||
type="tertiary"
|
||||
:aria-label="t('files_sharing', 'Share expiration: ') + new Date(expiryTime).toLocaleString()">
|
||||
:aria-label="t('files_sharing', 'Share expiration: {date}', { date: new Date(expiryTime).toLocaleString() })">
|
||||
<template #icon>
|
||||
<ClockIcon :size="20" />
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in a new issue