Skip to content

Commit

Permalink
Dev Text fix
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Jul 3, 2018
1 parent 4d12aea commit 3f3a63b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/views/admin/conditions/conditionshead_view.php
Expand Up @@ -24,13 +24,13 @@ class='btn btn-warning pull-right condition-header-button'
class="btn btn-default pull-right condition-header-button"
data-toggle='modal'
data-target='#confirmation-modal'
data-message='<?php eT('Are you sure you want to renumber the scenarios with incremented numbers beginning from 1?', 'js'); ?>'
data-message='<?php eT('Are you sure you want to renumber the scenarios with incrementing numbers beginning from 1?', 'js'); ?>'
data-onclick='(function() { document.getElementById("toplevelsubaction").value="renumberscenarios"; document.getElementById("deleteallconditions").submit();})'
onclick='return false;'
>
<span class="icon-renumber"></span>
&nbsp;
<?php eT("Renumber scenario automatically");?>
<?php eT("Renumber scenarios");?>
</button>
<?php endif; ?>

Expand Down

0 comments on commit 3f3a63b

Please sign in to comment.