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:
dpschen 2021-11-22 18:41:00 +00:00 committed by konrad
parent 8a722f294c
commit ae36c041a7

View file

@ -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>