From 447a852d3bac99d594a8d5760153a707b2bae6ef Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 14 Jun 2020 16:48:53 +0200 Subject: [PATCH 1/2] typo --- issue_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/issue_template.md b/issue_template.md index 076e695..1db9a8e 100644 --- a/issue_template.md +++ b/issue_template.md @@ -8,7 +8,7 @@ about: Create a report to help us debug, it would be nice to fill the template a 1. *Read this whole template first.* 2. *Determine if you are on the right place:* - *If you were performing an action on the app from the webadmin or the CLI (install, update, backup, restore, change url...), you are on the right place!* - - *Otherwise, the issue may be due to syncthing itself. Refer to its documentation or repository for help.* + - *Otherwise, the issue may be due to Syncthing itself. Refer to its documentation or repository for help.* - *If you have a doubt, post here, we will figure it out together.* 3. *Delete the italic comments as you write over them below, and remove this guide.* --- From 7030469d207b5c3b8877d34e971ab41c37c2156c Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 14 Jun 2020 16:49:16 +0200 Subject: [PATCH 2/2] ! [YEP-1.9] Try to avoid starting the description by '$app is' --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index d10b33d..60a2b29 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "syncthing", "packaging_format": 1, "description": { - "en": "Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized.", - "fr": "Syncthing remplace les services propriétaires de synchro et de cloud avec quelque chose d'ouvert, digne de confiance et décentralisée." + "en": "Continuous file synchronization program.", + "fr": "Programme de synchronisation de fichiers en continu." }, "version": "1.6.1~ynh1", "url": "https://syncthing.net/",