diff --git a/front/src/components/About.vue b/front/src/components/About.vue index 90c19d75f..2b0bb4192 100644 --- a/front/src/components/About.vue +++ b/front/src/components/About.vue @@ -6,7 +6,7 @@ About %{ instance } - About this instance + About this instance @@ -64,7 +64,7 @@ export default { }), labels() { return { - title: this.$pgettext('Head/About/Title', "About this instance") + title: this.$pgettext('Content/About/Title', "About this instance") } } } diff --git a/front/src/components/Footer.vue b/front/src/components/Footer.vue index 8551789ec..7c1dfe95f 100644 --- a/front/src/components/Footer.vue +++ b/front/src/components/Footer.vue @@ -27,15 +27,15 @@
-

Using Funkwhale

+

Using Funkwhale

-

Getting help

+

Getting help

-

About Funkwhale

+

About Funkwhale

diff --git a/front/src/components/ShortcutsModal.vue b/front/src/components/ShortcutsModal.vue index 362c5208a..5b1a7349d 100644 --- a/front/src/components/ShortcutsModal.vue +++ b/front/src/components/ShortcutsModal.vue @@ -1,7 +1,7 @@
- +

Copy/paste this code in your website HTML

@@ -32,7 +32,7 @@
@@ -52,14 +52,14 @@
- Delete + Delete

Delete this moderation rule?

@@ -112,15 +112,15 @@ export default { blockAllHelp: this.$pgettext('Content/Moderation/Help text', "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.$pgettext('Content/Moderation/Help text', "Hide account or domain content, except from followers."), - label: this.$pgettext('Content/Moderation/Checkbox.Label/Verb', "Mute activity"), + label: this.$pgettext('Content/Moderation/*/Verb', "Mute activity"), }, silenceNotifications: { help: this.$pgettext('Content/Moderation/Help text', "Prevent account or domain from triggering notifications, except from followers."), - label: this.$pgettext('Content/Moderation/Checkbox.Label/Verb', "Mute notifications"), + label: this.$pgettext('Content/Moderation/*/Verb', "Mute notifications"), }, rejectMedia: { help: this.$pgettext('Content/Moderation/Help text', "Do not download any media file (audio, album cover, account avatar…) from this account or domain. This will purge existing content as well."), - label: this.$pgettext('Content/Moderation/Checkbox.Label/Verb', "Reject media"), + label: this.$pgettext('Content/Moderation/*/Verb', "Reject media"), } } } diff --git a/front/src/components/manage/users/InvitationForm.vue b/front/src/components/manage/users/InvitationForm.vue index b9569a451..950e11e08 100644 --- a/front/src/components/manage/users/InvitationForm.vue +++ b/front/src/components/manage/users/InvitationForm.vue @@ -9,7 +9,7 @@
- +
diff --git a/front/src/components/manage/users/InvitationsTable.vue b/front/src/components/manage/users/InvitationsTable.vue index 446d2e557..6f557c8af 100644 --- a/front/src/components/manage/users/InvitationsTable.vue +++ b/front/src/components/manage/users/InvitationsTable.vue @@ -3,11 +3,11 @@
- +
- +
- + @@ -37,10 +37,10 @@ :filters="actionFilters">