Fix emptycontent wording

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2020-04-23 14:38:21 +02:00 committed by Jonas Rittershofer
parent 66a617921c
commit 9197be2bf4

View file

@ -37,10 +37,10 @@
{{ t('forms', 'Loading forms …') }} {{ t('forms', 'Loading forms …') }}
</EmptyContent> </EmptyContent>
<EmptyContent v-else-if="noForms"> <EmptyContent v-else-if="noForms">
{{ t('forms', 'No forms in here') }} {{ t('forms', 'No forms created yet') }}
<template #desc> <template #desc>
<button class="primary" @click="onNewForm"> <button class="primary" @click="onNewForm">
{{ t('forms', 'Create a new one') }} {{ t('forms', 'Create a form') }}
</button> </button>
</template> </template>
</EmptyContent> </EmptyContent>