Skip to content

Commit 19b3ba7

Browse files
susnuxskjnldsv
andauthored
chore: use full translation string
Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 2bd8ec1 commit 19b3ba7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/files/src/components/FileEntry/FileEntryName.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export default defineComponent({
136136
return {
137137
is: 'span',
138138
params: {
139-
title: this.source.displayname + ` (${t('files', 'unavailable')})`,
139+
title: t('files', '{displayName} (unavailable)', { displayName: this.source.displayname }),
140140
},
141141
}
142142
}

0 commit comments

Comments
 (0)