diff options
Diffstat (limited to 'ishtar_common/templates/ishtar/wizard/wizard_person.html')
-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 85bbfc75e..e518ecc3d 100644 --- a/ishtar_common/templates/ishtar/wizard/wizard_person.html +++ b/ishtar_common/templates/ishtar/wizard/wizard_person.html @@ -17,7 +17,7 @@ <caption>{% trans "Phone" %}</caption> <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> |