Skip to content

Commit e25b760

Browse files
committed
fix(files): use proper translation templates
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent f63e6d7 commit e25b760

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)