</div>
       <div class="panel-footer">
         <div class="button-group text-right">
-          <cd-submit-button (submitAction)="submit()"
+          <cd-submit-button type="button"
+                            (submitAction)="submit()"
                             [form]="bucketForm"
                             i18n>
             {editing, select, 1 {Update} other {Add}}
 
             <span *ngIf="subusers.length === 0"
                   class="form-control no-border">
               <span class="text-muted"
-                    i18n>Empty
+                    i18n>
+                There are no subusers.
               </span>
             </span>
 
             <span *ngIf="s3Keys.length === 0"
                   class="form-control no-border">
               <span class="text-muted"
-                    i18n>Empty
+                    i18n>
+                There are no keys.
               </span>
             </span>
 
             <span *ngIf="swiftKeys.length === 0"
                   class="form-control no-border">
               <span class="text-muted"
-                    i18n>Empty
+                    i18n>
+                There are no keys.
               </span>
             </span>
 
             <span *ngIf="capabilities.length === 0"
                   class="form-control no-border">
               <span class="text-muted"
-                    i18n>Empty
+                    i18n>
+                There are no capabilities.
               </span>
             </span>
 
 
       <div class="panel-footer">
         <div class="button-group text-right">
-          <cd-submit-button (submitAction)="onSubmit()"
+          <cd-submit-button type="button"
+                            (submitAction)="onSubmit()"
                             [form]="userForm"
                             i18n>
             {editing, select, 1 {Update} other {Add}}