TEST UPD
- add traslation - bug of doesntexist
This commit is contained in:
@@ -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: [],
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user