From 07a4ca33327a204d2f394e7a3e0aaa5cc4a12ec5 Mon Sep 17 00:00:00 2001 From: Sylvain Zimmer Date: Sun, 22 Feb 2026 15:11:09 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC(homepage)=20fix=20homepage=20texts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- renovate.json | 2 +- .../calendars/src/features/i18n/translations.json | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0a40917..bed28b5 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@

-# La Suite Calendars -A modern calendar application for managing events and schedules. +# Calendars +A modern, open-source calendar application for managing events and schedules. diff --git a/renovate.json b/renovate.json index edf8b11..7aa9e0f 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,5 @@ { - "extends": ["github>numerique-gouv/renovate-configuration"], + "extends": ["github>suitenumerique/renovate-configuration"], "dependencyDashboard": true, "labels": ["dependencies", "noChangeLog"], "packageRules": [ diff --git a/src/frontend/apps/calendars/src/features/i18n/translations.json b/src/frontend/apps/calendars/src/features/i18n/translations.json index e75e6d8..2b1ac87 100644 --- a/src/frontend/apps/calendars/src/features/i18n/translations.json +++ b/src/frontend/apps/calendars/src/features/i18n/translations.json @@ -28,8 +28,8 @@ } }, "home": { - "title": "Easy storage and sharing", - "subtitle": "A modern calendar application built for French public teams. Sovereign hosting in France, strong security, and seamless sync with all LaSuite apps.", + "title": "Organize your time, together", + "subtitle": "A modern, open-source calendar application. Create events, invite attendees, share calendars with your team, and sync across all your devices.", "main_button": "Sign in", "more": "Learn more" }, @@ -498,8 +498,8 @@ } }, "home": { - "title": "Stocker et partager facilement", - "subtitle": "Une application de calendrier moderne pour les équipes publiques françaises. Hébergement en France, sécurité renforcée, et synchronisation fluide avec toutes les applications LaSuite.", + "title": "Organisez votre temps, ensemble", + "subtitle": "Une application de calendrier moderne et open source. Créez des événements, invitez des participants, partagez vos calendriers avec votre équipe et synchronisez sur tous vos appareils.", "main_button": "Se connecter", "more": "En savoir plus" }, @@ -1232,8 +1232,8 @@ } }, "home": { - "title": "Eenvoudige opslag en delen", - "subtitle": "Een moderne kalenderapplicatie ontworpen voor Franse publieke teams. Soevereine hosting in Frankrijk, sterke beveiliging en naadloze synchronisatie met alle LaSuite-apps.", + "title": "Organiseer je tijd, samen", + "subtitle": "Een moderne, open-source kalenderapplicatie. Maak evenementen, nodig deelnemers uit, deel kalenders met je team en synchroniseer op al je apparaten.", "main_button": "Inloggen", "more": "Meer informatie" },