summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/wizard/default_wizard.html
diff options
context:
space:
mode:
authorValérie-Emma Leroux <emma@iggdrasil.net>2016-11-14 22:17:04 +0100
committerValérie-Emma Leroux <emma@iggdrasil.net>2016-11-14 22:17:04 +0100
commitcdc78be87e57b871f1c535a13dbd46b98714f2c5 (patch)
tree8da7073558fd83b852727151b7d97a0c09e65626 /ishtar_common/templates/ishtar/wizard/default_wizard.html
parent5425d758a20ed773fd2eedac02ffdf639e4b3aad (diff)
downloadIshtar-cdc78be87e57b871f1c535a13dbd46b98714f2c5.tar.bz2
Ishtar-cdc78be87e57b871f1c535a13dbd46b98714f2c5.zip
Update labels
Diffstat (limited to 'ishtar_common/templates/ishtar/wizard/default_wizard.html')
-rw-r--r--ishtar_common/templates/ishtar/wizard/default_wizard.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/wizard/default_wizard.html b/ishtar_common/templates/ishtar/wizard/default_wizard.html
index 6491b7a0f..c52d71536 100644
--- a/ishtar_common/templates/ishtar/wizard/default_wizard.html
+++ b/ishtar_common/templates/ishtar/wizard/default_wizard.html
@@ -55,7 +55,7 @@ $(document).ready(function(){
$('form :input').change(function(){form_changed=true;});
$('.change_step').click(function(){
if(!form_changed ||
- confirm("{% trans "The form has changed if you don't validate it all your changes will be lost." %}")){
+ confirm("{% trans "The form has changed. If you don't validate it, all your changes will be lost." %}")){
return true;
}
return false;