diff options
Diffstat (limited to 'src/client/pages/page-editor/page-editor.script-block.vue')
| -rw-r--r-- | src/client/pages/page-editor/page-editor.script-block.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/pages/page-editor/page-editor.script-block.vue b/src/client/pages/page-editor/page-editor.script-block.vue index ae56803a39..f56e848c39 100644 --- a/src/client/pages/page-editor/page-editor.script-block.vue +++ b/src/client/pages/page-editor/page-editor.script-block.vue @@ -212,7 +212,7 @@ export default Vue.extend({ async changeType() { const { canceled, result: type } = await this.$root.dialog({ type: null, - title: this.$t('select-type'), + title: this.$t('_pages.selectType'), select: { groupedItems: this.getScriptBlockList(this.getExpectedType ? this.getExpectedType() : null) }, |