From 903e93ae01f3cf0dfbcb7bfb4b01167f5c03db25 Mon Sep 17 00:00:00 2001 From: Satsuki Yanagi <17376330+u1-liquid@users.noreply.github.com> Date: Sun, 22 Mar 2020 10:51:40 +0900 Subject: i18n (#6171) * i18n Resolve #6155 * i18n for drive * :v: * Extract doc Co-authored-by: syuilo --- src/client/components/drive.file.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/components/drive.file.vue') diff --git a/src/client/components/drive.file.vue b/src/client/components/drive.file.vue index 2ef3fd38e4..014e1a6ca5 100644 --- a/src/client/components/drive.file.vue +++ b/src/client/components/drive.file.vue @@ -139,9 +139,9 @@ export default Vue.extend({ rename() { this.$root.dialog({ - title: this.$t('contextmenu.rename-file'), + title: this.$t('renameFile'), input: { - placeholder: this.$t('contextmenu.input-new-file-name'), + placeholder: this.$t('inputNewFileName'), default: this.file.name, allowEmpty: false } -- cgit v1.2.3-freya