Skip to content

Commit f6bafaa

Browse files
committed
Update copy in RequiredStoreCreationProfilerQuestionView preview.
1 parent acee5b5 commit f6bafaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WooCommerce/Classes/Authentication/Store Creation/Profiler/RequiredStoreCreationProfilerQuestionView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ private enum Localization {
6767

6868
private final class StoreCreationQuestionPreviewViewModel: StoreCreationProfilerQuestionViewModel, RequiredStoreCreationProfilerQuestionViewModel {
6969
let topHeader: String = "Store name"
70-
let title: String = "Which of these best describes you?"
71-
let subtitle: String = "Choose a category that defines your business the best."
70+
let title: String = "This question is required"
71+
let subtitle: String = "Choose an option to continue."
7272
@Published private var isContinueButtonEnabledValue: Bool = false
7373

7474
var isContinueButtonEnabled: AnyPublisher<Bool, Never> {

0 commit comments

Comments
 (0)