From 00c717406e6eb29c6c510a84c1a3c3fda24d80be Mon Sep 17 00:00:00 2001 From: Eliot Berriot <contact@eliotberriot.com> Date: Mon, 7 May 2018 17:47:35 +0000 Subject: [PATCH] Fixed typo --- front/src/components/Home.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/components/Home.vue b/front/src/components/Home.vue index 03f4513e..2af1bfc3 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') }} -- GitLab