Skip to content

Commit

Permalink
fix(cf): Change CUPS label to Route Service URL (spinnaker#7090)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Schneider authored and Jammy Louie committed Jun 5, 2019
1 parent 8398d77 commit 2f958d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export class CreateUserProvidedInput extends React.Component<ICreateServiceInsta
<StageConfigField label="Syslog Drain URL">
<TextInput onChange={this.syslogDrainUrlUpdated} value={service.syslogDrainUrl} />
</StageConfigField>
<StageConfigField label="Resource Service URL">
<StageConfigField label="Route Service URL">
<TextInput onChange={this.routeServiceUrlUpdated} value={service.routeServiceUrl} />
</StageConfigField>
<StageConfigField label="Credentials">
Expand Down

0 comments on commit 2f958d9

Please sign in to comment.