Skip to content

Commit fc11c78

Browse files
authored
keep write goal as is
1 parent d3bf224 commit fc11c78

File tree

1 file changed

+1
-1
lines changed
  • client/landing/stepper/declarative-flow/internals/steps-repository/goals

1 file changed

+1
-1
lines changed

client/landing/stepper/declarative-flow/internals/steps-repository/goals/goals.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const useGoals = (): Goal[] => {
1616
const goals = [
1717
{
1818
key: SiteGoal.Write,
19-
title: translate( 'Write a blog' ),
19+
title: translate( 'Publish a blog' ),
2020
},
2121
{
2222
key: SiteGoal.Engagement,

0 commit comments

Comments
 (0)