diff --git a/front/src/components/common/EmptyState.vue b/front/src/components/common/EmptyState.vue index 8b911cecf2bfa0cc6a7552445a01241f82a123d1..79067b8ee458d46eb5f3993ff88e5696b4eedf00 100644 --- a/front/src/components/common/EmptyState.vue +++ b/front/src/components/common/EmptyState.vue @@ -5,7 +5,7 @@ <slot name="title"> <i class="search icon"></i> - <translate :translate-context="'Content/*/Paragraph'" :translate-context="'Content/*/Paragraph'"> + <translate :translate-context="'Content/*/Paragraph'"> No results were found. </translate> </slot> @@ -14,7 +14,7 @@ <div class="inline"> <slot></slot> <button v-if="refresh" class="ui button" @click="$emit('refresh')"> - <translate :translate-context="'Content/*/Button.Label/Short, Verb'" :translate-context="'Content/Button/Label/Verb'"> + <translate :translate-context="'Content/*/Button.Label/Short, Verb'"> Refresh </translate></button> </button>