summaryrefslogtreecommitdiff
path: root/src/client/components/drive.file.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/components/drive.file.vue')
-rw-r--r--src/client/components/drive.file.vue4
1 files changed, 2 insertions, 2 deletions
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
}