Remove apostrophes from loading screen

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2020-04-23 14:22:20 +02:00 committed by Jonas Rittershofer
parent 4d562ffffa
commit b1e1c39cf0

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 form {title} …', { title: form.title }) }}
</EmptyContent>
</AppContent>