- add traslation
- bug of doesntexist
This commit is contained in:
Alexandrina-Kuzeleva
2025-12-05 13:17:01 +03:00
parent d73b6f9026
commit 336511dcd5
5 changed files with 208 additions and 56 deletions

View File

@@ -665,7 +665,7 @@ const addMyPoints = () => {
sidebarLinks.value.push({
label: __('My points'),
icon: 'Award',
to: 'mypoints',
to: 'MyPoints',
activeFor: [],
})
}
@@ -676,7 +676,7 @@ const addLeaderBoard = () => {
sidebarLinks.value.push({
label: __('Leader Board'),
icon: 'Trophy',
to: 'leaderboard',
to: 'LeaderBoard',
activeFor: [],
})
}