diff --git a/src/shared/components/Settings/Tools/Software/index.jsx b/src/shared/components/Settings/Tools/Software/index.jsx
index a1bc02e312..0ffad3a6e4 100644
--- a/src/shared/components/Settings/Tools/Software/index.jsx
+++ b/src/shared/components/Settings/Tools/Software/index.jsx
@@ -176,6 +176,8 @@ export default class Software extends ConsentComponent {
const {
newSoftware, personalizationTrait, isEdit, indexNo,
} = this.state;
+
+ newSoftware.name = newSoftware.name.trim();
const {
handle,
@@ -380,7 +382,7 @@ export default class Software extends ConsentComponent {
{
isSubmit && (
-
+
)
}