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') 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/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 }
diff --git a/front/src/components/auth/Settings.vue b/front/src/components/auth/Settings.vue index c417f9fbc..8305d0e05 100644 --- a/front/src/components/auth/Settings.vue +++ b/front/src/components/auth/Settings.vue @@ -68,8 +68,7 @@ Change my password
- Changing your password will also change your Subsonic API password if you have requested one. - You will have to update your password on your clients that use this password. + Changing your password will also change your Subsonic API password if you have requested one. You will have to update your password on your clients that use this password.
diff --git a/front/src/components/auth/SubsonicTokenForm.vue b/front/src/components/auth/SubsonicTokenForm.vue index c5e6783de..ac752d921 100644 --- a/front/src/components/auth/SubsonicTokenForm.vue +++ b/front/src/components/auth/SubsonicTokenForm.vue @@ -5,8 +5,7 @@ The Subsonic API is not available on this Funkwhale instance.

- Funkwhale is compatible with other music players that support the Subsonic API. - You can use those to enjoy your playlist and music in offline mode, on your smartphone or tablet, for instance. + Funkwhale is compatible with other music players that support the Subsonic API. You can use those to enjoy your playlist and music in offline mode, on your smartphone or tablet, for instance.

However, accessing Funkwhale from those clients require a separate password you can set below. diff --git a/front/src/components/manage/moderation/AccountsTable.vue b/front/src/components/manage/moderation/AccountsTable.vue index d8050ecb5..1f037b3f2 100644 --- a/front/src/components/manage/moderation/AccountsTable.vue +++ b/front/src/components/manage/moderation/AccountsTable.vue @@ -168,7 +168,7 @@ export default { computed: { labels () { return { - searchPlaceholder: this.$gettext('Search by domain, username, bio...') + searchPlaceholder: this.$gettext('Search by domain, username, bio…') } }, actionFilters () { 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/components/manage/moderation/InstancePolicyCard.vue b/front/src/components/manage/moderation/InstancePolicyCard.vue index c7d115856..b72c6bac8 100644 --- a/front/src/components/manage/moderation/InstancePolicyCard.vue +++ b/front/src/components/manage/moderation/InstancePolicyCard.vue @@ -22,11 +22,11 @@

-
Silence activity
+
Mute activity
-
Silence notifications
+
Mute notifications
diff --git a/front/src/components/manage/moderation/InstancePolicyForm.vue b/front/src/components/manage/moderation/InstancePolicyForm.vue index 98fd1d644..e90f9ad10 100644 --- a/front/src/components/manage/moderation/InstancePolicyForm.vue +++ b/front/src/components/manage/moderation/InstancePolicyForm.vue @@ -112,7 +112,7 @@ export default { blockAllHelp: this.$gettext("Block everything from this account or domain. This will prevent any interaction with the entity, and purge related content (uploads, libraries, follows, etc.)"), silenceActivity: { help: this.$gettext("Hide account or domain content, except from followers."), - label: this.$gettext("Silence activity"), + label: this.$gettext("Mute activity"), }, silenceNotifications: { help: this.$gettext("Prevent account or domain from triggering notifications, except from followers."), diff --git a/front/src/components/playlists/Editor.vue b/front/src/components/playlists/Editor.vue index 8e7e0ae9d..5b5311f14 100644 --- a/front/src/components/playlists/Editor.vue +++ b/front/src/components/playlists/Editor.vue @@ -160,7 +160,7 @@ export default { }), labels () { return { - copyTitle: this.$gettext('Copy tracks from current queue to playlist') + copyTitle: this.$gettext('Copy queued tracks to playlist') } }, status () { diff --git a/front/src/views/Notifications.vue b/front/src/views/Notifications.vue index 66aaccfa2..98e666943 100644 --- a/front/src/views/Notifications.vue +++ b/front/src/views/Notifications.vue @@ -24,7 +24,7 @@

- No notifications yet. + No notification to show.

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