Skip to content

Commit

Permalink
Fix 'remove' i10n in create space modal (#1213)
Browse files Browse the repository at this point in the history
* Fix 'remove' i10n in create space modal

* CI bump (proxy could not find session date)

* CI bump (e2e could not create session)
  • Loading branch information
richard-cox authored and Irfan Habib committed Aug 11, 2017
1 parent 15b1b6e commit dd9ca1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div translate class="remove-space"
ng-if="asyncTaskDialogCtrl.context.data.spaces.length > 1"
ng-click="asyncTaskDialogCtrl.context.data.removeSpace($index)">
cluster-actions.create-space.dialog.remove-button
cf.cluster-actions.create-space.dialog.remove-button
</div>
</div>

Expand Down

0 comments on commit dd9ca1a

Please sign in to comment.