summaryrefslogtreecommitdiff
path: root/src/client/ui/_common_/sidebar.vue
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-10-24 20:16:55 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-10-24 20:16:55 +0900
commitdfd92efa89be3fce16914f06a8fd83ef23fe705c (patch)
treedfda90d4c3bb90b83f58560e7a16d9ba911ba2cf /src/client/ui/_common_/sidebar.vue
parent:art: (diff)
downloadsharkey-dfd92efa89be3fce16914f06a8fd83ef23fe705c.tar.gz
sharkey-dfd92efa89be3fce16914f06a8fd83ef23fe705c.tar.bz2
sharkey-dfd92efa89be3fce16914f06a8fd83ef23fe705c.zip
:art:
Diffstat (limited to 'src/client/ui/_common_/sidebar.vue')
-rw-r--r--src/client/ui/_common_/sidebar.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/ui/_common_/sidebar.vue b/src/client/ui/_common_/sidebar.vue
index ec2a17ab86..ece80e60d9 100644
--- a/src/client/ui/_common_/sidebar.vue
+++ b/src/client/ui/_common_/sidebar.vue
@@ -26,7 +26,7 @@
</template>
<div class="divider"></div>
<MkA v-if="$i.isAdmin || $i.isModerator" class="item" active-class="active" to="/admin" v-click-anime>
- <i class="fas fa-server fa-fw"></i><span class="text">{{ $ts.instance }}</span>
+ <i class="fas fa-door-open fa-fw"></i><span class="text">{{ $ts.controlPanel }}</span>
</MkA>
<button class="item _button" @click="more" v-click-anime>
<i class="fa fa-ellipsis-h fa-fw"></i><span class="text">{{ $ts.more }}</span>