From 3c63757d70a93ddd6dba4b29187638ed1997d9fe Mon Sep 17 00:00:00 2001 From: Tykayn Date: Mon, 7 Feb 2022 11:01:55 +0100 Subject: [PATCH] fix coma in json --- src/assets/i18n/EN.json | 2 +- src/assets/i18n/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/i18n/EN.json b/src/assets/i18n/EN.json index b25c3893..b928be32 100755 --- a/src/assets/i18n/EN.json +++ b/src/assets/i18n/EN.json @@ -66,7 +66,7 @@ "title": "You will cancel your poll creation", "main": "Do you really want to leave the poll creation ?", "validate": "Yes, cancel poll", - "reject": "No", + "reject": "No" } }, "dates": { diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index b25c3893..b928be32 100755 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -66,7 +66,7 @@ "title": "You will cancel your poll creation", "main": "Do you really want to leave the poll creation ?", "validate": "Yes, cancel poll", - "reject": "No", + "reject": "No" } }, "dates": {