diff --git a/src/components/editor/ButtonCatalog.vue b/src/components/editor/ButtonCatalog.vue index a3e16b6d..6a5e2561 100644 --- a/src/components/editor/ButtonCatalog.vue +++ b/src/components/editor/ButtonCatalog.vue @@ -6,15 +6,15 @@ searchResults: !!searchState }"> -

Button Catalog

+

{{ $t('ButtonCatalog.heading') }}

- Click on a button name to configure and add to MorphicBar - Click or Drag name (below) to add button to the bar + {{ $t('ButtonCatalog.description-lite') }} + {{ $t('ButtonCatalog.description') }}
- + @@ -36,7 +36,7 @@ :class="{ searchResults: isSearchResult}">
  • - No buttons where found while searching for '{{searchText}}' + {{ $t('ButtonCatalog.no-results', {searchText}) }}