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" />
|
<color-picker v-model="namespace.hexColor" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p
|
|
||||||
class="is-small has-text-centered"
|
<div class="notification is-info mt-4">
|
||||||
v-tooltip.bottom="$t('namespace.create.explanation')"
|
<h4 class="title">{{ $t('namespace.create.tooltip') }}</h4>
|
||||||
>
|
|
||||||
{{ $t('namespace.create.tooltip') }}
|
{{ $t('namespace.create.explanation') }}
|
||||||
</p>
|
</div>
|
||||||
</create-edit>
|
</create-edit>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue