Replaced 'dot-dot-dot- by ellipsis
This commit is contained in:
parent
2af6f89545
commit
4b585f3ee2
|
@ -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>
|
||||
|
|
|
@ -148,7 +148,7 @@ export default {
|
|||
computed: {
|
||||
labels () {
|
||||
return {
|
||||
searchPlaceholder: this.$gettext('Search by name...')
|
||||
searchPlaceholder: this.$gettext('Search by name…')
|
||||
}
|
||||
},
|
||||
actionFilters () {
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue