Skip to content

Commit

Permalink
feature/inputs-v1: inputs name control when creating a new input
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioStratio authored and alexrchies committed Aug 26, 2015
1 parent 1f6c7ee commit b966fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/templates/inputs/input-details.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div class="c-row c-msg c-msg--small c-msg--error" data-ng-if="vm.error">
<i class="c-icon icon-circle-cross"></i>{{"_INPUT_ERROR_NAME_EXISTS_" | translate}}
</div>

<div class="c-row c-row--separated" data-ng-if="vm.policiesAffected.length > 0">
<p class="c-modal-inner__title">{{"_ARE_YOU_COMPLETELY_SURE_" | translate}}</p>
<p>{{"_INPUT_WINDOW_DELETE_MESSAGE_" | translate}}</p>
Expand Down

0 comments on commit b966fe9

Please sign in to comment.