@financial-times/n-conversion-forms 27.0.2 → 27.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -120,7 +120,7 @@ exports[`RegistrationConfirmation renders with a custom email 1`] = `
120
120
  class="ncf__confirmation--finish ncf__button ncf__button--submit"
121
121
  data-trackable="register-finish"
122
122
  >
123
- Finish
123
+ Start reading
124
124
  </a>
125
125
  </div>
126
126
  `;
@@ -245,7 +245,7 @@ exports[`RegistrationConfirmation renders with default props 1`] = `
245
245
  class="ncf__confirmation--finish ncf__button ncf__button--submit"
246
246
  data-trackable="register-finish"
247
247
  >
248
- Finish
248
+ Start reading
249
249
  </a>
250
250
  </div>
251
251
  `;
@@ -122,7 +122,7 @@ export function RegistrationConfirmation ({
122
122
  className="ncf__confirmation--finish ncf__button ncf__button--submit"
123
123
  data-trackable="register-finish"
124
124
  >
125
- Finish
125
+ Start reading
126
126
  </a>
127
127
  </div>
128
128
  );
@@ -106,7 +106,7 @@ function RegistrationConfirmation(_ref) {
106
106
  target: "_parent",
107
107
  className: "ncf__confirmation--finish ncf__button ncf__button--submit",
108
108
  "data-trackable": "register-finish"
109
- }, "Finish"));
109
+ }, "Start reading"));
110
110
  }
111
111
 
112
112
  RegistrationConfirmation.propTypes = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/n-conversion-forms",
3
- "version": "27.0.2",
3
+ "version": "27.0.3",
4
4
  "description": "Containing jsx components and styles for forms included on Accounts and Acqusition apps (next-signup, next-profile, next-retention, etc).",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {