From 6824bc0ef2195e4d8f605d693d8637564b949774 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Mon, 15 Jun 2020 17:10:51 +0300 Subject: [PATCH 1/8] Updated change log --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index d7902bbd8c..ec57afb9e1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -23,6 +23,7 @@ - Fixed a UI bug preventing float values in numeric fields - Fixed scroll positioning when moving rules order up & down - Fixed missing validation for database documents key length (32 chars) +- Grammer fix for pt-br email templates (@rubensdemelo) ## Security From 305e73c19001b28e15379a867f398aae04f3cd7a Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Mon, 15 Jun 2020 23:05:49 +0300 Subject: [PATCH 2/8] Added tooltip + improved error messages --- app/views/console/keys/index.phtml | 4 ++-- src/Appwrite/Network/Validator/CNAME.php | 2 +- src/Appwrite/Network/Validator/Origin.php | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/views/console/keys/index.phtml b/app/views/console/keys/index.phtml index 5b85b4a83a..0cb4c59cea 100644 --- a/app/views/console/keys/index.phtml +++ b/app/views/console/keys/index.phtml @@ -49,7 +49,7 @@ $scopes = $this->getParam('scopes', []); - + @@ -144,7 +144,7 @@ $scopes = $this->getParam('scopes', []); - + diff --git a/src/Appwrite/Network/Validator/CNAME.php b/src/Appwrite/Network/Validator/CNAME.php index 3f04b64bc6..fb000d22e9 100644 --- a/src/Appwrite/Network/Validator/CNAME.php +++ b/src/Appwrite/Network/Validator/CNAME.php @@ -21,7 +21,7 @@ class CNAME extends Validator public function getDescription() { - return 'Inavlid CNAME record'; + return 'Invalid CNAME record'; } /** diff --git a/src/Appwrite/Network/Validator/Origin.php b/src/Appwrite/Network/Validator/Origin.php index 76fe08b974..a1c0d1f568 100644 --- a/src/Appwrite/Network/Validator/Origin.php +++ b/src/Appwrite/Network/Validator/Origin.php @@ -85,8 +85,8 @@ class Origin extends Validator return 'Unsupported platform'; } - return 'Inavlid Origin. Register your new client ('.$this->host.') as a new ' - .$this->platforms[$this->client].' platform on your project console'; + return 'Invalid Origin. Register your new client ('.$this->host.') as a new ' + .$this->platforms[$this->client].' platform on your project console dashboard'; } /** From 1d0d19a1f18e6f007a398adc29e0d897f21c195e Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Tue, 16 Jun 2020 00:20:31 +0300 Subject: [PATCH 3/8] Fixed android update form --- app/views/console/home/index.phtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/console/home/index.phtml b/app/views/console/home/index.phtml index 6658960caf..2141eb8ee8 100644 --- a/app/views/console/home/index.phtml +++ b/app/views/console/home/index.phtml @@ -341,7 +341,7 @@ $graph = $this->getParam('graph', false); - + @@ -371,7 +371,7 @@ $graph = $this->getParam('graph', false); - + @@ -387,7 +387,7 @@ $graph = $this->getParam('graph', false);