diff options
| author | taehoon <th.dev91@gmail.com> | 2019-09-26 21:29:51 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-10-01 07:36:42 -0400 |
| commit | 7e5a3fa09f14b9580c79917e2832ac2229efefd9 (patch) | |
| tree | 2d50ff9e703e51710542d5b586be18889aa25565 | |
| parent | 503f086487e05d94058531269a9be64bf0deeb2a (diff) | |
update copy
| -rw-r--r-- | src/App.vue | 2 | ||||
| -rw-r--r-- | src/components/side_drawer/side_drawer.vue | 2 | ||||
| -rw-r--r-- | src/i18n/en.json | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/App.vue b/src/App.vue index 855d7d8c..47da6064 100644 --- a/src/App.vue +++ b/src/App.vue @@ -60,7 +60,7 @@ target="_blank" ><i class="button-icon icon-gauge nav-icon" - :title="$t('nav.admin_panel')" + :title="$t('nav.administration')" /></a> <a v-if="currentUser" diff --git a/src/components/side_drawer/side_drawer.vue b/src/components/side_drawer/side_drawer.vue index 0e6ea2cb..ba0b6fea 100644 --- a/src/components/side_drawer/side_drawer.vue +++ b/src/components/side_drawer/side_drawer.vue @@ -130,7 +130,7 @@ href="/pleroma/admin/" target="_blank" > - {{ $t("nav.admin_panel") }} + {{ $t("nav.administration") }} </a> </li> <li diff --git a/src/i18n/en.json b/src/i18n/en.json index 389e84c8..32c25e3e 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -68,7 +68,7 @@ }, "nav": { "about": "About", - "admin_panel": "Admin Panel", + "administration": "Administration", "back": "Back", "chat": "Local Chat", "friend_requests": "Follow Requests", |
