diff options
| author | Henry Jameson <me@hjkos.com> | 2021-06-07 20:25:09 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-06-07 20:25:31 +0300 |
| commit | 8045d1866ecb08a606a2891a9f179c1e7e968e9b (patch) | |
| tree | 294dd7dd136ad92711226b5f4393b76d0b12e79e /src/components | |
| parent | 60903272366e1f236041841af3dca86628901a35 (diff) | |
localization
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/mention_link/mention_link.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/mention_link/mention_link.vue b/src/components/mention_link/mention_link.vue index 80aadd3f..ea356315 100644 --- a/src/components/mention_link/mention_link.vue +++ b/src/components/mention_link/mention_link.vue @@ -19,7 +19,7 @@ @click.prevent="onClick" > <!-- eslint-disable vue/no-v-html --> - <span class="shortName">@<span v-html="userName" /></span> <span v-if="isYou">(You)</span> + <span class="shortName">@<span v-html="userName" /></span> <span v-if="isYou">{{ $t('status.you')}}</span> <!-- eslint-enable vue/no-v-html --> </button> <span |
