From f19948f9936af6656d70ba629d56cbf40de77b2a Mon Sep 17 00:00:00 2001 From: Angelo Gallarello Date: Sun, 7 Oct 2018 17:47:01 +0200 Subject: Added back button --- i18n/en.i18n.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'i18n/en.i18n.json') diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index 896c10a3..df34f446 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -607,5 +607,6 @@ "r-d-check-of-list": "of checklist", "r-d-add-checklist": "Add checklist", "r-d-remove-checklist": "Remove checklist", - "r-when-a-card-is-moved": "When a card is moved to another list" + "r-when-a-card-is-moved": "When a card is moved to another list", + "r-back": "Back" } -- cgit v1.2.3-1-g7c22 From 02422cc8f2408d5de913ccef05442b20bb31fe08 Mon Sep 17 00:00:00 2001 From: Angelo Gallarello Date: Sun, 7 Oct 2018 17:50:08 +0200 Subject: Fixed language source typo --- i18n/en.i18n.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i18n/en.i18n.json') diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index df34f446..fdbe3007 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -576,7 +576,7 @@ "r-checklist": "checklist", "r-check-all": "Check all", "r-uncheck-all": "Uncheck all", - "r-item-check": "Items of checklist", + "r-items-check": "items of checklist", "r-check": "Check", "r-uncheck": "Uncheck", "r-item": "item", -- cgit v1.2.3-1-g7c22 From 6931b88e4013754a7b03205a9916b9e607224f48 Mon Sep 17 00:00:00 2001 From: Angelo Gallarello Date: Sun, 7 Oct 2018 18:19:51 +0200 Subject: Prevent rules with no name --- i18n/en.i18n.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i18n/en.i18n.json') diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index fdbe3007..cec9b6e4 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -532,7 +532,7 @@ "r-add-rule": "Add rule", "r-view-rule": "View rule", "r-delete-rule": "Delete rule", - "r-new-rule-name": "Add new rule", + "r-new-rule-name": "New rule title", "r-no-rules": "No rules", "r-when-a-card-is": "When a card is", "r-added-to": "Added to", -- cgit v1.2.3-1-g7c22