diff options
Diffstat (limited to 'src/components/user_profile/user_profile.vue')
| -rw-r--r-- | src/components/user_profile/user_profile.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue index ccebe20b..ba1a7760 100644 --- a/src/components/user_profile/user_profile.vue +++ b/src/components/user_profile/user_profile.vue @@ -55,7 +55,7 @@ </div> </div> <div class="panel-body"> - <span v-if="error">{{ $t('user_profile.profile_does_not_exist') }}</span> + <span v-if="error">{{ error }}</span> <i class="icon-spin3 animate-spin" v-else></i> </div> </div> |
