update copy

This commit is contained in:
taehoon 2019-09-26 21:29:51 -04:00
parent 503f086487
commit 7e5a3fa09f
3 changed files with 3 additions and 3 deletions

View file

@ -60,7 +60,7 @@
target="_blank" target="_blank"
><i ><i
class="button-icon icon-gauge nav-icon" class="button-icon icon-gauge nav-icon"
:title="$t('nav.admin_panel')" :title="$t('nav.administration')"
/></a> /></a>
<a <a
v-if="currentUser" v-if="currentUser"

View file

@ -130,7 +130,7 @@
href="/pleroma/admin/" href="/pleroma/admin/"
target="_blank" target="_blank"
> >
{{ $t("nav.admin_panel") }} {{ $t("nav.administration") }}
</a> </a>
</li> </li>
<li <li

View file

@ -68,7 +68,7 @@
}, },
"nav": { "nav": {
"about": "About", "about": "About",
"admin_panel": "Admin Panel", "administration": "Administration",
"back": "Back", "back": "Back",
"chat": "Local Chat", "chat": "Local Chat",
"friend_requests": "Follow Requests", "friend_requests": "Follow Requests",