From 32ccea92d272a132744d17481e5b06679d8c6aef Mon Sep 17 00:00:00 2001 From: Eliot Berriot Date: Fri, 5 Oct 2018 19:53:28 +0200 Subject: [PATCH] See #559: Fixed untranslated privacy settings --- front/src/components/activity/Like.vue | 6 ++++-- front/src/components/activity/Listen.vue | 6 ++++-- front/src/components/auth/Settings.vue | 22 +++++++------------- front/src/components/mixins/Translations.vue | 10 +++++++++ 4 files changed, 25 insertions(+), 19 deletions(-) diff --git a/front/src/components/activity/Like.vue b/front/src/components/activity/Like.vue index 8e35598d5..a0799e8fa 100644 --- a/front/src/components/activity/Like.vue +++ b/front/src/components/activity/Like.vue @@ -9,8 +9,10 @@
- {{ event.object.name }} - from %{ album } by %{ artist } + + {{ event.object.name }} + + from %{ album } by %{ artist }
diff --git a/front/src/components/activity/Listen.vue b/front/src/components/activity/Listen.vue index 2d1a3c184..7790df58d 100644 --- a/front/src/components/activity/Listen.vue +++ b/front/src/components/activity/Listen.vue @@ -9,8 +9,10 @@
- {{ event.object.name }} - from %{ album } by %{ artist } + + {{ event.object.name }} + + from %{ album } by %{ artist }
diff --git a/front/src/components/auth/Settings.vue b/front/src/components/auth/Settings.vue index 1e5a9eced..ec3b8f994 100644 --- a/front/src/components/auth/Settings.vue +++ b/front/src/components/auth/Settings.vue @@ -18,10 +18,10 @@
- -

{{ f.help }}

+ +

{{ sharedLabels.fields[f.id].help }}