Skip to content

Commit d18f2bd

Browse files
fixed step title
1 parent b34d300 commit d18f2bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/flow.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ func (fm *FlowManager) submitOAuthConfig(f *flow.Flow, submitted map[string]inte
391391
}
392392

393393
func (fm *FlowManager) stepOAuthConnect() flow.Step {
394-
connectPretext := "##### :white_check_mark: Step 1: Connect your Confluence account"
394+
connectPretext := "##### :white_check_mark: Connect your Confluence account"
395395
connectURL := fmt.Sprintf("%s/oauth/connect", util.GetPluginURL())
396396
connectText := fmt.Sprintf("Go [here](%s) to connect your account.", connectURL)
397397
return flow.NewStep(stepOAuthConnect).

0 commit comments

Comments
 (0)