andre %!s(int64=2) %!d(string=hai) anos
pai
achega
917f1f0760
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/UI/Client/EmailAccount/Sections/GeneralSection.php

+ 1 - 1
app/UI/Client/EmailAccount/Sections/GeneralSection.php

@@ -53,7 +53,7 @@ class GeneralSection extends FreeFieldsSection
 
         $this->generateDoubleSection([new Text('display_name'), new Select('status')]);
 
-        $this->generateDoubleSection([new Number('quota'), new Select('unit')]);
+        $this->generateDoubleSection([new Text('quota'), new Select('unit')]);
 
         $passwd = new Password('password');
         $passwd->setDescription('description');