summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorSatsuki Yanagi <17376330+u1-liquid@users.noreply.github.com>2019-05-27 00:03:39 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2019-05-27 00:03:39 +0900
commit911f5c14553574b22a5f059e3e1e56e85ac5ce7c (patch)
tree36d18c2bafeee33491359c294d8ede95635c2356 /src/client
parentAdd locales for admin/views/queue.vue (#4993) (diff)
downloadsharkey-911f5c14553574b22a5f059e3e1e56e85ac5ce7c.tar.gz
sharkey-911f5c14553574b22a5f059e3e1e56e85ac5ce7c.tar.bz2
sharkey-911f5c14553574b22a5f059e3e1e56e85ac5ce7c.zip
i18n: ページ編集のカウンターの増加値 (#4995)
Diffstat (limited to 'src/client')
-rw-r--r--src/client/app/common/views/pages/page-editor/els/page-editor.el.counter.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/views/pages/page-editor/els/page-editor.el.counter.vue b/src/client/app/common/views/pages/page-editor/els/page-editor.el.counter.vue
index 95c15b01b2..4fc2aac8fc 100644
--- a/src/client/app/common/views/pages/page-editor/els/page-editor.el.counter.vue
+++ b/src/client/app/common/views/pages/page-editor/els/page-editor.el.counter.vue
@@ -5,7 +5,7 @@
<section style="padding: 0 16px 0 16px;">
<ui-input v-model="value.name"><template #prefix><fa :icon="faMagic"/></template><span>{{ $t('blocks._counter.name') }}</span></ui-input>
<ui-input v-model="value.text"><span>{{ $t('blocks._counter.text') }}</span></ui-input>
- <ui-input v-model="value.inc" type="number"><span>{{ $t('blocks._counter.increment') }}</span></ui-input>
+ <ui-input v-model="value.inc" type="number"><span>{{ $t('blocks._counter.inc') }}</span></ui-input>
</section>
</x-container>
</template>