summaryrefslogtreecommitdiffstats
path: root/src/App.vue
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-11-01 04:55:33 +0100
committerJulius Härtl <jus@bitgrid.net>2018-11-14 12:22:55 +0100
commiteed877e85752cfa7b367c1c45074b67556dbba99 (patch)
tree866ac3f58977119bf401e4e28886281b77c97ce7 /src/App.vue
parent9a60e1d9e21c8cca8fd84a5950f33de0ef6793fe (diff)
Wording fixes
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue
index 6120e2ee..b3351435 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -72,7 +72,7 @@ export default {
id: 'social-account',
classes: [],
icon: 'icon-user',
- text: t('social', 'Your account'),
+ text: t('social', 'Profile'),
router: {
name: 'profile',
params: { account: this.currentUser.uid }