diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-18 19:26:56 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-18 19:26:56 +0100 |
commit | 697453397d57175c40f0293d5eda352fa71c8395 (patch) | |
tree | 571db84f53ecf6e67f0adcf8666ada1edb8ac710 /ishtar_common/templates/ishtar/wizard | |
parent | fc3ee870aca0de8a23e22df40cbb4a625d5bab48 (diff) | |
parent | 650b7eb8b124a7257d14eb20ee1b9e17fbd8e8ea (diff) | |
download | Ishtar-697453397d57175c40f0293d5eda352fa71c8395.tar.bz2 Ishtar-697453397d57175c40f0293d5eda352fa71c8395.zip |
Merge branch 'develop' into develop-bootstrap
Diffstat (limited to 'ishtar_common/templates/ishtar/wizard')
-rw-r--r-- | ishtar_common/templates/ishtar/wizard/wizard_person.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/wizard/wizard_person.html b/ishtar_common/templates/ishtar/wizard/wizard_person.html index 072528c0b..2446c06cc 100644 --- a/ishtar_common/templates/ishtar/wizard/wizard_person.html +++ b/ishtar_common/templates/ishtar/wizard/wizard_person.html @@ -36,7 +36,7 @@ <table class='table table-striped'> <tr> <th>{% trans "Phone type" %}</th> - <th>{% trans "Number" %}</th> + <th>{% trans "Number" context "phone number" %}</th> </tr> <tr> <td>{{ wizard.form.phone_desc.errors }}{{wizard.form.phone_desc|safe}}</td> |