feat: improve namespace explanation (#1040)

Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: vikunja/frontend#1040
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
This commit is contained in:
dpschen 2021-11-22 18:41:00 +00:00 committed by konrad
parent 8a722f294c
commit ae36c041a7
1 changed files with 6 additions and 6 deletions

View File

@ -31,12 +31,12 @@
<color-picker v-model="namespace.hexColor" />
</div>
</div>
<p
class="is-small has-text-centered"
v-tooltip.bottom="$t('namespace.create.explanation')"
>
{{ $t('namespace.create.tooltip') }}
</p>
<div class="notification is-info mt-4">
<h4 class="title">{{ $t('namespace.create.tooltip') }}</h4>
{{ $t('namespace.create.explanation') }}
</div>
</create-edit>
</template>