diff --git a/client/js/_author/components/common/__snapshots__/back_button.spec.jsx.snap b/client/js/_author/components/common/__snapshots__/back_button.spec.jsx.snap
index 2896d7456..c9aab1738 100644
--- a/client/js/_author/components/common/__snapshots__/back_button.spec.jsx.snap
+++ b/client/js/_author/components/common/__snapshots__/back_button.spec.jsx.snap
@@ -17,7 +17,7 @@ ShallowWrapper {
>
keyboard_arrow_left
- Back
+ Done
,
"nodes": Array [
,
],
"options": Object {},
@@ -79,7 +79,7 @@ ShallowWrapper {
>
keyboard_arrow_left
- Back
+ Done
,
"_debugID": 2,
"_renderedOutput": ,
},
"_renderedNodeType": 0,
diff --git a/client/js/_author/locales/en.js b/client/js/_author/locales/en.js
index 7c8bf378b..224232a8c 100644
--- a/client/js/_author/locales/en.js
+++ b/client/js/_author/locales/en.js
@@ -48,7 +48,7 @@ export default {
rangeWarning: 'Please enter a positive number under'
},
backButton: {
- back: 'Back'
+ back: 'Done'
},
bankListHeader: {
name: 'Name',