From 43e33294e5c1da8a146595a2cae5a3545d5ce07e Mon Sep 17 00:00:00 2001 From: Jo Vuit Date: Thu, 24 Jan 2019 13:15:58 +0100 Subject: [PATCH 1/8] Modified tooltip of PlayButton --- front/src/components/audio/PlayButton.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/components/audio/PlayButton.vue b/front/src/components/audio/PlayButton.vue index 27a052269..d438a14a0 100644 --- a/front/src/components/audio/PlayButton.vue +++ b/front/src/components/audio/PlayButton.vue @@ -67,7 +67,7 @@ export default { }, title () { if (this.playable) { - return this.$gettext('Play now') + return this.$gettext('Play...') } else { if (this.track) { return this.$gettext('This track is not available in any library you have access to') From 2af6f89545be9d8bece6e11793bb19ecc8f1cdbf Mon Sep 17 00:00:00 2001 From: Jo Vuit Date: Thu, 24 Jan 2019 13:16:57 +0100 Subject: [PATCH 2/8] Reformulated string --- front/src/components/auth/Profile.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/components/auth/Profile.vue b/front/src/components/auth/Profile.vue index 32dae5336..73c9ab2d9 100644 --- a/front/src/components/auth/Profile.vue +++ b/front/src/components/auth/Profile.vue @@ -10,7 +10,7 @@
{{ profile.username }} -
Registered since %{ date }
+
Member since %{ date }
From 4b585f3ee2e6386acf16b9319c25212c73691343 Mon Sep 17 00:00:00 2001 From: Jo Vuit Date: Thu, 24 Jan 2019 13:28:32 +0100 Subject: [PATCH 3/8] Replaced 'dot-dot-dot- by ellipsis --- front/src/components/audio/Player.vue | 2 +- front/src/components/manage/moderation/DomainsTable.vue | 2 +- front/src/views/content/remote/Home.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/front/src/components/audio/Player.vue b/front/src/components/audio/Player.vue index e010f151e..575f68736 100644 --- a/front/src/components/audio/Player.vue +++ b/front/src/components/audio/Player.vue @@ -65,7 +65,7 @@ We cannot load this track

- The next track will play automatically in a few seconds... + The next track will play automatically in a few seconds…

diff --git a/front/src/components/manage/moderation/DomainsTable.vue b/front/src/components/manage/moderation/DomainsTable.vue index 835b04db5..cf3025c14 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 636b2fb8c..007fbadca 100644 --- a/front/src/views/content/remote/Home.vue +++ b/front/src/views/content/remote/Home.vue @@ -1,7 +1,7 @@