Replaced 'dot-dot-dot- by ellipsis

This commit is contained in:
Jo Vuit 2019-01-24 13:28:32 +01:00
parent 2af6f89545
commit 4b585f3ee2
3 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -148,7 +148,7 @@ export default {
computed: {
labels () {
return {
searchPlaceholder: this.$gettext('Search by name...')
searchPlaceholder: this.$gettext('Search by name')
}
},
actionFilters () {

View File

@ -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>