File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Utility/App Configuration Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -59,4 +59,9 @@ extension AppConstants {
59
59
struct Zendesk {
60
60
static let ticketSubject = NSLocalizedString ( " WordPress for iOS Support " , comment: " Subject of new Zendesk ticket. " )
61
61
}
62
+
63
+ struct QuickStart {
64
+ static let getToKnowTheAppTourTitle = NSLocalizedString ( " Get to know the WordPress app " ,
65
+ comment: " Name of the Quick Start list that guides users through a few tasks to explore the WordPress app. " )
66
+ }
62
67
}
Original file line number Diff line number Diff line change @@ -67,10 +67,9 @@ struct QuickStartGetToKnowAppCollection: QuickStartToursCollection {
67
67
let tours : [ QuickStartTour ]
68
68
69
69
init ( blog: Blog ) {
70
- self . title = NSLocalizedString ( " Get to know the WordPress app " ,
71
- comment: " Name of the Quick Start list that guides users through a few tasks to explore the WordPress app. " )
70
+ self . title = AppConstants . QuickStart. getToKnowTheAppTourTitle
72
71
self . hint = NSLocalizedString ( " A series of steps helping you to explore the app. " ,
73
- comment: " A VoiceOver hint to explain what the user gets when they select the 'Get to know the WordPress app' button. " )
72
+ comment: " A VoiceOver hint to explain what the user gets when they select the 'Get to know the WordPress/Jetpack app' button. " )
74
73
self . completedImageName = " wp-illustration-tasks-complete-site "
75
74
self . analyticsKey = " get-to-know "
76
75
self . tours = [
Original file line number Diff line number Diff line change @@ -56,4 +56,9 @@ extension AppConstants {
56
56
struct Zendesk {
57
57
static let ticketSubject = NSLocalizedString ( " Jetpack for iOS Support " , comment: " Subject of new Zendesk ticket. " )
58
58
}
59
+
60
+ struct QuickStart {
61
+ static let getToKnowTheAppTourTitle = NSLocalizedString ( " Get to know the Jetpack app " ,
62
+ comment: " Name of the Quick Start list that guides users through a few tasks to explore the Jetpack app. " )
63
+ }
59
64
}
You can’t perform that action at this time.
0 commit comments