From 679b8a004f9e805a0d38d939c53bdbcf4d08571a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20L=C3=A9cluse?= <laurent.lecluse@unicaen.fr> Date: Mon, 3 Jul 2023 09:56:46 +0200 Subject: [PATCH] Mise en page --- public/js/paiement.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/paiement.js b/public/js/paiement.js index 8762f8e50d..fd41938bd4 100755 --- a/public/js/paiement.js +++ b/public/js/paiement.js @@ -1038,7 +1038,7 @@ $.widget("ose.dmepBudget", { bar.attr('aria-valuenow', percent); bar.attr('style', 'width:' + percent + '%'); if (restant >= 0) { - bar.html('<span class="restant">' + Formatter.floatToString(restant) + '</span><span class="label">HETD disponibles</span>'); + bar.html('<span class="restant">' + Formatter.floatToString(restant) + '</span><span class="label">HETD dispo.</span>'); } else { bar.html('<span class="restant deficit">' + Formatter.floatToString(restant * -1) + '</span><span class="label deficit">HETD de déficit</span>'); } -- GitLab