File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1098,6 +1098,7 @@ under the License.
10981098' label.remove.this.physical.network' : ' <fmt:message key="label.remove.this.physical.network" />' ,
10991099' label.physical.network.name' : ' <fmt:message key="label.physical.network.name" />' ,
11001100' label.save.changes' : ' <fmt:message key="label.save.changes" />' ,
1101+ ' label.launch.zone' : ' <fmt:message key="label.launch.zone" />' ,
11011102' label.autoscale.configuration.wizard' : ' <fmt:message key="label.autoscale.configuration.wizard" />' ,
11021103' label.health.check.wizard' : ' <fmt:message key="label.health.check.wizard" />' ,
11031104' label.health.check.message.desc' : ' <fmt:message key="label.health.check.message.desc" />' ,
Original file line number Diff line number Diff line change 12111211
12121212 // Show launch button if last step
12131213 if ( $targetStep . index ( ) == $steps . size ( ) - 1 || options . nextStep ) {
1214- $nextButton . find ( 'span' ) . html ( options . nextStep ? _ ( 'label.save.changes' ) : _ ( 'label.launch.zone' ) ) ;
1214+ $nextButton . find ( 'span' ) . html ( options . nextStep ? _l ( 'label.save.changes' ) : _l ( 'label.launch.zone' ) ) ;
12151215 $nextButton . addClass ( 'final' ) ;
12161216
12171217 if ( options . nextStep ) {
You can’t perform that action at this time.
0 commit comments