diff --git a/system/typemill/author/js/vue-publisher.js b/system/typemill/author/js/vue-publisher.js
index 19357b0..4ca4020 100644
--- a/system/typemill/author/js/vue-publisher.js
+++ b/system/typemill/author/js/vue-publisher.js
@@ -23,7 +23,8 @@ const publisher = Vue.createApp({
class="cursor-pointer ml-1 lg:w-24 lg:px-4 px-2 py-2 border dark:border-0 border-stone-200 text-white disabled:bg-stone-200 disabled:text-stone-900 disabled:dark:bg-stone-600 disabled:dark:text-stone-200 disabled:cursor-not-allowed transition"
:class="publishClass"
>
- {{ $filters.translate('publish') }}
+ {{ $filters.translate('pub') }}
+ {{ $filters.translate('publish') }}
@@ -72,7 +77,8 @@ const publisher = Vue.createApp({
class="px-4 py-2 border border-stone-200 bg-stone-50 hover:bg-stone-700 hover:text-white transition ml-1"
@click.prevent="checkChanges(visualUrl)"
>
- {{ $filters.translate('visual') }}
+
{{ $filters.translate('vis') }}
+
{{ $filters.translate('visual') }}
- {{ translate(navitem.title)|capitalize }}
+
+
+
+
+ {{ translate(navitem.title)|capitalize }}
+
{% else %}
- {{ translate(navitem.title)|capitalize }}
+
+
+
+
+ {{ translate(navitem.title)|capitalize }}
+
{% endif %}
{% endfor %}
diff --git a/system/typemill/author/partials/symbols.twig b/system/typemill/author/partials/symbols.twig
index 39f410f..db15087 100644
--- a/system/typemill/author/partials/symbols.twig
+++ b/system/typemill/author/partials/symbols.twig
@@ -1,5 +1,22 @@