feat: improve namespace explanation (#1040)
Co-authored-by: Dominik Pschenitschni <mail@celement.de> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/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:
parent
8a722f294c
commit
ae36c041a7
1 changed files with 6 additions and 6 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue