diff --git a/front/src/components/Home.vue b/front/src/components/Home.vue index 03f4513e6cb645ab17dc79c75dcee32c202ef0b8..2af1bfc35b1b65a60a686268a31594c2604ada9a 100644 --- a/front/src/components/Home.vue +++ b/front/src/components/Home.vue @@ -5,7 +5,7 @@ <h1 class="ui huge header"> {{ $t('Welcome on Funkwhale') }} </h1> - <p>{{ $t('We think listening music should be simple.') }}</p> + <p>{{ $t('We think listening to music should be simple.') }}</p> <router-link class="ui icon button" to="/about"> <i class="info icon"></i> {{ $t('Learn more about this instance') }}