diff --git a/src/shared/components/Settings/Tools/Software/index.jsx b/src/shared/components/Settings/Tools/Software/index.jsx
index 1433ab74d3..a7d024f7ef 100644
--- a/src/shared/components/Settings/Tools/Software/index.jsx
+++ b/src/shared/components/Settings/Tools/Software/index.jsx
@@ -178,6 +178,8 @@ export default class Software extends ConsentComponent {
newSoftware, personalizationTrait, isEdit, indexNo,
} = this.state;
+ newSoftware.name = newSoftware.name.trim();
+
const {
handle,
tokenV3,
@@ -381,7 +383,7 @@ export default class Software extends ConsentComponent {
{
isSubmit && (
-
+
)
}