1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-04-02 07:19:29 -05:00

fix title

This commit is contained in:
syuilo 2021-10-12 21:41:27 +09:00
parent 12635da473
commit a99478e2ea

View file

@ -38,7 +38,7 @@ export default defineComponent({
setup(props, context) {
const indexInfo = {
title: i18n.locale.controllPanel,
title: i18n.locale.settings,
icon: 'fas fa-cog',
bg: 'var(--bg)',
};