From 2cba4ebf3df8f0da2fd46f719c9de815c85e25cc Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sun, 15 Dec 2024 17:24:04 +0100 Subject: [PATCH] fix(l10n): Fix typo in translation Signed-off-by: Joas Schilling --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 751c7b5a..30b73a5a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -35,7 +35,7 @@ {{ t('terms_of_service', 'Show on public shares') }}

- {{ t('terms_of_service', 'Enter or update terms of service below.. ') }} + {{ t('terms_of_service', 'Enter or update terms of service below.') }}