From d2ddda3f1d2f1577321b01cccbaaecf729dec00c Mon Sep 17 00:00:00 2001 From: Jo Vuit Date: Mon, 11 Feb 2019 16:18:44 +0100 Subject: [PATCH] Replaced :v-context by :translate-context, as to follow the doc. @eliotberriot: Is there a reason why you used :v-context instead of :translate-context? --- front/src/components/audio/PlayButton.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/front/src/components/audio/PlayButton.vue b/front/src/components/audio/PlayButton.vue index 425d0a1d7..a84ee67d5 100644 --- a/front/src/components/audio/PlayButton.vue +++ b/front/src/components/audio/PlayButton.vue @@ -7,22 +7,22 @@ :disabled="!playable" :class="buttonClasses.concat(['ui', {loading: isLoading}, {'mini': discrete}, {disabled: !playable}])"> - +