diff --git a/src/assets/translations.data.json b/src/assets/translations.data.json
index 07dafe537e591c02f725f9019c306957a858840e..d29f96029b44573b4c01929289087abd1f92bcb7 100644
--- a/src/assets/translations.data.json
+++ b/src/assets/translations.data.json
@@ -79,6 +79,7 @@
     "link.create_a_room": "Create a Room",
     "link.try_again": "We couldn't find that code. Please try again.",
     "help.report_issue": "Report an Issue",
-    "scene.logo_tagline": "A new way to get together"
+    "scene.logo_tagline": "A new way to get together",
+    "scene.create_button": "create a room with this scene"
   }
 }
diff --git a/src/react-components/scene-ui.js b/src/react-components/scene-ui.js
index 35c4757a4c385008cf3728f894bf92631d7462ae..f2a148b83b4fce22f40c6872f1c1549294160f7c 100644
--- a/src/react-components/scene-ui.js
+++ b/src/react-components/scene-ui.js
@@ -84,7 +84,9 @@ class SceneUI extends Component {
               <div className={styles.logoTagline}>
                 <FormattedMessage id="scene.logo_tagline" />
               </div>
-              <button onClick={this.createRoom}>create a room with this scene</button>
+              <button onClick={this.createRoom}>
+                <FormattedMessage id="scene.create_button" />
+              </button>
             </div>
           </div>
           <div className={styles.info}>