diff --git a/app/components/machine/driver-other/template.hbs b/app/components/machine/driver-other/template.hbs
index 8125542e2..f44571cde 100644
--- a/app/components/machine/driver-other/template.hbs
+++ b/app/components/machine/driver-other/template.hbs
@@ -9,27 +9,17 @@
{{/if}}
-
- {{t 'machine.driverOther.driverSection'}}
-
+
+
{{partial "host/add-options"}}
diff --git a/app/styles/layout/_layout.scss b/app/styles/layout/_layout.scss
index 80a24370c..06364b693 100644
--- a/app/styles/layout/_layout.scss
+++ b/app/styles/layout/_layout.scss
@@ -84,6 +84,7 @@ MAIN {
border-bottom: solid 2px darken($border, 5%);
margin-bottom: 10px;
padding-bottom: 5px;
+ text-transform: capitalize;
}
&.bg-secondary {