Fix title of sidebar, remove form title duplicate

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2020-06-13 03:54:06 +02:00
parent a731132f46
commit 4d4e628ea6
No known key found for this signature in database
GPG key ID: CBD846FC845CBE17

View file

@ -23,14 +23,13 @@
<template>
<AppSidebar
v-show="opened"
:title="form.title"
:title="t('forms', 'Share form')"
@close="onClose">
<button class="copyShareLink" @click="copyShareLink">
<span class="icon-clippy" role="img" />
{{ t('forms', 'Copy share link') }}
</button>
<h3>{{ t('forms', 'Sharing') }}</h3>
<ul>
<li>
<input id="public"