Skip to content
Snippets Groups Projects
Commit 01dd3150 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

Shorten labels

parent 79c88f7d
No related branches found
No related tags found
No related merge requests found
......@@ -6,15 +6,13 @@
</template>
<v-radio value="nb" color="primary">
<template v-slot:label>
<span>
{{$vuetify.breakpoint.xs ? 'bm' : 'bokmål (bm)'}}
<span>bokmål
</span>
</template>
</v-radio>
<v-radio value="nn" color="primary">
<template v-slot:label>
<span>
{{$vuetify.breakpoint.xs ? 'nn' : 'nynorsk (nn)'}}
<span>nynorsk
</span>
</template>
</v-radio>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment