diff --git a/front/src/views/content/libraries/Card.vue b/front/src/views/content/libraries/Card.vue
index 6b327f370..775cbf604 100644
--- a/front/src/views/content/libraries/Card.vue
+++ b/front/src/views/content/libraries/Card.vue
@@ -37,15 +37,15 @@
{{ library.size | humanSize }}
- %{ count } track
+ %{ count } track
- Upload
+ Upload
- Detail
+ Details
@@ -55,10 +55,10 @@ export default {
props: ['library'],
computed: {
labels () {
- let me = this.$gettext('Visibility: nobody except me')
- let instance = this.$gettext('Visibility: everyone on this instance')
- let everyone = this.$gettext('Visibility: everyone, including other instances')
- let size = this.$gettext('Total size of the files in this library')
+ let me = this.$pgettext('Content/Library/Card.Help text', 'Visibility: nobody except me')
+ let instance = this.$pgettext('Content/Library/Card.Help text', 'Visibility: everyone on this instance')
+ let everyone = this.$pgettext('Content/Library/Card.Help text', 'Visibility: everyone, including other instances')
+ let size = this.$pgettext('Content/Library/Card.Help text', 'Total size of the files in this library')
return {
tooltips: {