Skip to content
Snippets Groups Projects
Commit 4b585f3e authored by Jo Vuit's avatar Jo Vuit
Browse files

Replaced 'dot-dot-dot- by ellipsis

parent 2af6f895
No related branches found
No related tags found
No related merge requests found
......@@ -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 () {
......
<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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment