Simplify form loading message

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2020-04-25 00:21:27 +02:00 committed by Jonas Rittershofer
parent f000d7419a
commit a16f7c671d

View file

@ -29,7 +29,7 @@
<template>
<AppContent v-if="isLoadingForm">
<EmptyContent icon="icon-loading">
{{ t('forms', 'Loading form {title} …', { title: form.title }) }}
{{ t('forms', 'Loading {title} …', { title: form.title }) }}
</EmptyContent>
</AppContent>