chore(web): rename settings to profile

This commit is contained in:
Acbox
2026-03-29 00:03:49 +08:00
parent 0730ff2945
commit 6818361b7f
8 changed files with 8 additions and 8 deletions
@@ -131,7 +131,7 @@ const navItems = computed(() => [
icon: ['fas', 'chart-line'],
},
{
title: t('sidebar.settings'),
title: t('sidebar.profile'),
name: 'profile',
icon: ['fas', 'gear'],
},