diff --git a/src/components/MyKiva/MyKivaStats.vue b/src/components/MyKiva/MyKivaStats.vue
index 1c7f790924..2d741ffd9b 100644
--- a/src/components/MyKiva/MyKivaStats.vue
+++ b/src/components/MyKiva/MyKivaStats.vue
@@ -91,7 +91,7 @@ const countryLabel = computed(() => {
});
const livesTouchedLabel = computed(() => {
- return livesTouched.value === 1 ? 'Live
touched' : 'Lives
touched';
+ return livesTouched.value === 1 ? 'Life
touched' : 'Lives
touched';
});
const badgesLabel = computed(() => {