From 2af6f89545be9d8bece6e11793bb19ecc8f1cdbf Mon Sep 17 00:00:00 2001 From: Jo Vuit <jo.vuitton@gmail.com> Date: Thu, 24 Jan 2019 13:16:57 +0100 Subject: [PATCH] Reformulated string --- front/src/components/auth/Profile.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/components/auth/Profile.vue b/front/src/components/auth/Profile.vue index 32dae5336f..73c9ab2d9c 100644 --- a/front/src/components/auth/Profile.vue +++ b/front/src/components/auth/Profile.vue @@ -10,7 +10,7 @@ <img class="ui big circular image" v-else v-lazy="$store.getters['instance/absoluteUrl'](profile.avatar.square_crop)" /> <div class="content"> {{ profile.username }} - <div class="sub header" v-translate="{date: signupDate}">Registered since %{ date }</div> + <div class="sub header" v-translate="{date: signupDate}">Member since %{ date }</div> </div> </h2> <div class="ui basic green label"> -- GitLab