Skip to content

Commit

Permalink
feat: Change Placeholder Label - MEED-2853 - Meeds-io/MIPs#100
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker authored and rdenarie committed Nov 9, 2023
1 parent e374cbb commit bb0c775
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ gamification.overview.label.actionsAvailable=Available Actions
search.connector.label.rules=Actions

gamification.overview.programs=Programs
gamification.overview.leaderboard=Leaderboard
gamification.overview.weeklyLeaderboard=Weekly Leaderboard
gamification.overview.actions=Actions
gamification.overview.leaderboard.drawer.title=Leaderboard
gamification.overview.programsFilter.drawer.title=Filter per program
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<template #content>
<div class="d-flex flex-column align-center justify-center">
<v-icon color="secondary" size="54">fa-trophy</v-icon>
<span class="subtitle-1 font-weight-bold mt-7">{{ $t('gamification.overview.leaderboard') }}</span>
<span class="subtitle-1 font-weight-bold mt-7">{{ $t('gamification.overview.weeklyLeaderboard') }}</span>
</div>
</template>
</gamification-overview-widget-row>
Expand Down

0 comments on commit bb0c775

Please sign in to comment.