Skip to content

Commit

Permalink
Update transactions.jsp
Browse files Browse the repository at this point in the history
Changed titel of the stop button to clarify it does not stop the chargeing process
  • Loading branch information
fnkbsi authored May 30, 2023
1 parent 4f4daea commit d292130
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Transactions
<td>
<c:if test="${empty ta.stopValue}">
<form:form action="${ctxPath}/manager/transactions/stop/${ta.id}">
<input type="submit" class="redSubmit" title="Manually stop this active transaction" value="Stop">
<input type="submit" class="redSubmit" title="Set manually this transaction form active to stopped. The actual transaction is not affected by this!" value="Stop">
</form:form>
</c:if>
</td>
Expand All @@ -133,4 +133,4 @@ Transactions
</table>
<br>
</div>
<%@ include file="../00-footer.jsp" %>
<%@ include file="../00-footer.jsp" %>

0 comments on commit d292130

Please sign in to comment.