🌐 Updates translation keys

This commit is contained in:
Alicia Sykes
2021-10-24 14:32:11 +01:00
parent d3772891b5
commit 51bcd2344e
3 changed files with 21 additions and 21 deletions

View File

@@ -8,7 +8,7 @@
@closed="modalClosed"
>
<div class="edit-app-config-inner">
<h3>{{ $t('interactive-editor.edit-app-config-btn') }}</h3>
<h3>{{ $t('interactive-editor.menu.edit-app-config-btn') }}</h3>
<div class="app-config-intro">
<p class="use-caution">Proceed with Caution</p>
The following options are for advanded app configration.
@@ -17,7 +17,7 @@
to avoid unintended consequences.
</div>
<Button class="save-app-config-btn" :click="saveToState">
{{ $t('interactive-editor.save-stage-btn') }}
{{ $t('interactive-editor.menu.save-stage-btn') }}
<SaveIcon />
</button>
<FormSchema
@@ -29,7 +29,7 @@
name="appConfigForm"
></FormSchema>
<Button class="save-app-config-btn" :click="saveToState">
{{ $t('interactive-editor.save-stage-btn') }}
{{ $t('interactive-editor.menu.save-stage-btn') }}
<SaveIcon />
</button>
</div>