diff --git a/front/src/components/audio/Player.vue b/front/src/components/audio/Player.vue index e010f151e8af4cfa27049632284ea79555d7f630..575f6873662aa851bc83cd623226ff5259c88329 100644 --- a/front/src/components/audio/Player.vue +++ b/front/src/components/audio/Player.vue @@ -65,7 +65,7 @@ <translate>We cannot load this track</translate> </div> <p v-if="hasNext && playing && $store.state.player.errorCount < $store.state.player.maxConsecutiveErrors"> - <translate>The next track will play automatically in a few seconds...</translate> + <translate>The next track will play automatically in a few seconds…</translate> <i class="loading spinner icon"></i> </p> <p> diff --git a/front/src/components/manage/moderation/DomainsTable.vue b/front/src/components/manage/moderation/DomainsTable.vue index 835b04db585427dc66904bccb870366ca2f1e98c..cf3025c14b7de0404bc39fe5bb75cd168c4c67f1 100644 --- a/front/src/components/manage/moderation/DomainsTable.vue +++ b/front/src/components/manage/moderation/DomainsTable.vue @@ -148,7 +148,7 @@ export default { computed: { labels () { return { - searchPlaceholder: this.$gettext('Search by name...') + searchPlaceholder: this.$gettext('Search by name…') } }, actionFilters () { diff --git a/front/src/views/content/remote/Home.vue b/front/src/views/content/remote/Home.vue index 636b2fb8c365e1eb3c3b9a6d46b43da1a31d88c4..007fbadcaa51a84a54c44d6d53cef852a3538733 100644 --- a/front/src/views/content/remote/Home.vue +++ b/front/src/views/content/remote/Home.vue @@ -1,7 +1,7 @@ <template> <div class="ui vertical aligned stripe segment"> <div v-if="isLoading" :class="['ui', {'active': isLoading}, 'inverted', 'dimmer']"> - <div class="ui text loader"><translate>Loading remote libraries...</translate></div> + <div class="ui text loader"><translate>Loading remote libraries…</translate></div> </div> <div v-else class="ui text container"> <h1 class="ui header"><translate>Remote libraries</translate></h1>