From e6104668e059d517508e97f8ab8db1c12192780c Mon Sep 17 00:00:00 2001 From: Prashant Singh Date: Wed, 11 Sep 2019 13:52:24 +0530 Subject: [PATCH] Fixed a translation typo in create cart rule form --- app/Console/Commands/BagistoInstall.php | 2 ++ .../src/Resources/views/promotions/cart-rule/create.blade.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/Console/Commands/BagistoInstall.php b/app/Console/Commands/BagistoInstall.php index f17a2f2b4..72b27b5d8 100644 --- a/app/Console/Commands/BagistoInstall.php +++ b/app/Console/Commands/BagistoInstall.php @@ -85,6 +85,8 @@ class BagistoInstall extends Command $this->changeEnvironmentVariable('DB_DATABASE', $DB_DATABASE); + $DB_USERNAME = null; + while(! isset($DB_USERNAME)) { $DB_USERNAME = $this->ask('Enter database username?'); $this->comment($DB_USERNAME ?? 'root'); diff --git a/packages/Webkul/Admin/src/Resources/views/promotions/cart-rule/create.blade.php b/packages/Webkul/Admin/src/Resources/views/promotions/cart-rule/create.blade.php index 47f606e3e..857b36306 100644 --- a/packages/Webkul/Admin/src/Resources/views/promotions/cart-rule/create.blade.php +++ b/packages/Webkul/Admin/src/Resources/views/promotions/cart-rule/create.blade.php @@ -208,7 +208,7 @@