From 98661b6aea906dc739b0a6726e5151cc28f08e92 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Thu, 14 May 2020 09:16:09 +0200 Subject: [PATCH 1/2] [fix] manifest typos and grammar --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index eba465d..33d68d5 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "id": "synapse", "packaging_format": 1, "description": { - "en": "Instant messaging server who use matrix", + "en": "Instant messaging server which uses matrix", "fr": "Un serveur de messagerie instantané basé sur matrix" }, "version": "1.12.4~ynh1", @@ -45,7 +45,7 @@ "name": "is_public", "type": "boolean", "ask": { - "en": "Is it a public server ?", + "en": "Is it a public server?", "fr": "Est-ce un serveur public ?" }, "default": false, @@ -58,7 +58,7 @@ "name": "jitsi_server", "type": "string", "ask": { - "en": "Jitsi server address for conference ?", + "en": "Jitsi server address for conferencing?", "fr": "Adresse du serveur Jitsi pour les conférences ?" }, "example": "domain.org", From a7899a4e41d4b456237a1c4ea2f7cc8309ff53f9 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Thu, 14 May 2020 16:55:46 +0200 Subject: [PATCH 2/2] [fix] uniform capitalization of Matrix and Synapse --- manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 33d68d5..39eac76 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "synapse", "packaging_format": 1, "description": { - "en": "Instant messaging server which uses matrix", - "fr": "Un serveur de messagerie instantané basé sur matrix" + "en": "Instant messaging server which uses Matrix", + "fr": "Un serveur de messagerie instantané basé sur Matrix" }, "version": "1.12.4~ynh1", "url": "http://matrix.org", @@ -35,8 +35,8 @@ "name": "server_name", "type": "string", "ask": { - "en": "If your synapse domain is a subdomain, you can choose a name for your Synapse server to have your matrix user-ids looking like @user:domain.org instead of @user:synapse.domain.org", - "fr": "Si votre domaine pour synapse est un sous-domaine, vous pouvez choisir un nom pour votre serveur Synapse afin que vos identifiants matrix soient @utilisateur:domain.org plutôt que @utilisateur:synapse.domain.org" + "en": "If your Synapse domain is a subdomain, you can choose a name for your Synapse server to have your Matrix user-ids looking like @user:domain.org instead of @user:synapse.domain.org", + "fr": "Si votre domaine pour Synapse est un sous-domaine, vous pouvez choisir un nom pour votre serveur Synapse afin que vos identifiants Matrix soient @utilisateur:domain.org plutôt que @utilisateur:synapse.domain.org" }, "example": "domain.org", "default": "Same than the domain"