Skip to content

Commit

Permalink
fix: adjust MyKiva lending stats language
Browse files Browse the repository at this point in the history
  • Loading branch information
dyersituations committed Dec 18, 2024
1 parent 9a8a605 commit d181d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MyKiva/MyKivaStats.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const countryLabel = computed(() => {
});
const livesTouchedLabel = computed(() => {
return livesTouched.value === 1 ? 'Live<br>touched' : 'Lives<br>touched';
return livesTouched.value === 1 ? 'Life<br>touched' : 'Lives<br>touched';
});
const badgesLabel = computed(() => {
Expand Down

0 comments on commit d181d9c

Please sign in to comment.