@sprucelabs/heartwood-view-controllers 129.5.19 → 129.5.21
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.
|
@@ -175,7 +175,7 @@ class LoginCardViewController extends AbstractViewController {
|
|
|
175
175
|
}
|
|
176
176
|
renderPhoneSlideTitle() {
|
|
177
177
|
return randomUtil.rand([
|
|
178
|
-
'What is your
|
|
178
|
+
'What is your mobile number?',
|
|
179
179
|
'Gimme a number to text.',
|
|
180
180
|
'What is your number 👇',
|
|
181
181
|
]);
|
|
@@ -167,7 +167,7 @@ class LoginCardViewController extends Abstract_vc_1.default {
|
|
|
167
167
|
}
|
|
168
168
|
renderPhoneSlideTitle() {
|
|
169
169
|
return spruce_skill_utils_1.randomUtil.rand([
|
|
170
|
-
'What is your
|
|
170
|
+
'What is your mobile number?',
|
|
171
171
|
'Gimme a number to text.',
|
|
172
172
|
'What is your number 👇',
|
|
173
173
|
]);
|
package/package.json
CHANGED