diff --git a/front/src/views/content/Home.vue b/front/src/views/content/Home.vue index a23a0e383..d7753fd3a 100644 --- a/front/src/views/content/Home.vue +++ b/front/src/views/content/Home.vue @@ -2,22 +2,22 @@

{{ labels.title }}

-

There are various ways to grab new content and make it available here.

+

There are various ways to grab new content and make it available here.

-

Upload audio content

-

Upload music files (MP3, OGG, FLAC, etc.) from your personal library directly from your browser to enjoy them here.

+

Upload audio content

+

Upload music files (MP3, OGG, FLAC, etc.) from your personal library directly from your browser to enjoy them here.

- This instance offers up to %{quota} of storage space for every user. + This instance offers up to %{quota} of storage space for every user.

- Get started + Get started
-

Follow remote libraries

-

You can follow libraries from other users to get access to new music. Public libraries can be followed immediatly, while following a private library requires approval from its owner.

+

Follow remote libraries

+

You can follow libraries from other users to get access to new music. Public libraries can be followed immediatly, while following a private library requires approval from its owner.

- Get started + Get started
@@ -32,7 +32,7 @@ export default { computed: { labels() { return { - title: this.$gettext("Add and manage content") + title: this.$pgettext('Content/Library/Title/Verb', "Add and manage content") } }, defaultQuota() {