From d3d1de96e1361a804998072f19806f2ca1292710 Mon Sep 17 00:00:00 2001
From: Karishma Chadha <kchadha@scratch.mit.edu>
Date: Thu, 5 Apr 2018 09:43:29 -0400
Subject: [PATCH] Remove whitespace from sound recording name.

---
 src/containers/record-modal.jsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/containers/record-modal.jsx b/src/containers/record-modal.jsx
index 63cad1061..f6ac44526 100644
--- a/src/containers/record-modal.jsx
+++ b/src/containers/record-modal.jsx
@@ -93,7 +93,7 @@ class RecordModal extends React.Component {
                 vmSound.md5 = `${md5}.${vmSound.dataFormat}`;
                 // The VM will update the sound name to a fresh name
                 // if the following is already taken
-                vmSound.name = 'recording 1';
+                vmSound.name = 'recording1';
 
                 this.props.vm.addSound(vmSound).then(() => {
                     this.props.onClose();
-- 
GitLab