From c720330969352704ed2f0d6a5c40f428f21c1a65 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sun, 25 Feb 2024 04:02:42 +0100 Subject: [PATCH] rename 'License' to 'App license" --- app/src/i18n/locales/en.json | 4 ++-- app/src/i18n/locales/fr.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/i18n/locales/en.json b/app/src/i18n/locales/en.json index 98bdab93c..3ab632235 100644 --- a/app/src/i18n/locales/en.json +++ b/app/src/i18n/locales/en.json @@ -128,7 +128,7 @@ "admindoc": "Official Admin documentation", "code": "Official code repository", "forum": "Topics about this app on YunoHost's forum", - "license": "License", + "license": "App license", "package": "YunoHost package repository", "title": "Links", "userdoc": "Official User documentation", @@ -691,4 +691,4 @@ "wrong_password_or_username": "Wrong password or username", "yes": "Yes", "yunohost_admin": "YunoHost Admin" -} +} \ No newline at end of file diff --git a/app/src/i18n/locales/fr.json b/app/src/i18n/locales/fr.json index 7c64ac719..ed4a9609d 100644 --- a/app/src/i18n/locales/fr.json +++ b/app/src/i18n/locales/fr.json @@ -596,7 +596,7 @@ "title": "Liens", "userdoc": "Documentation officielle de l'utilisateur", "website": "Site officiel", - "license": "Licence" + "license": "Licence de l'app" }, "potential_alternative_to": "Alternative potentielle à :", "upgrade": { @@ -691,4 +691,4 @@ "purge_desc": "Supprimez le répertoire de données associé à l'application (il s'agit généralement de données que vous avez téléchargées vous-même à l'aide de l'application)." } } -} +} \ No newline at end of file