Bug 9651 - When deleting a fund, button is wrongly labelled with 'Delete this budget'
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / aqbudgets.tt
index ba308b6..519c276 100644 (file)
     <input type="hidden" name="op" value="delete_confirmed" />
     <input type="hidden" name="budget_id" value="[% budget_id %]" />
     <input type="hidden" name="budget_period_id" value="[% budget_period_id %]" />
-    <input type="submit" value="Delete this budget" class="approve" />
+    <input type="submit" value="Delete" class="approve" />
 </form>
 
 <form action="[% action %]" method="get">
-    <input type="submit" class="deny" value="No, do not delete" />
+    <input type="submit" class="deny" value="Cancel" />
 </form>
 </div>
 [% END %]