1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 19:45:51 +02:00
This commit is contained in:
syuilo
2020-12-26 10:51:00 +09:00
parent 5a8cc7851b
commit 00f3a1e1ec
8 changed files with 35 additions and 35 deletions

View File

@@ -66,7 +66,7 @@ export default defineComponent({
setup(props, context) {
const INFO = ref({
title: i18n.global.t('settings'),
title: i18n.locale.settings,
icon: faCog
});
const narrow = ref(false);

View File

@@ -89,7 +89,7 @@ export default defineComponent({
setup(props, { emit }) {
const INFO = {
title: i18n.global.t('theme'),
title: i18n.locale.theme,
icon: faPalette
};