1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 00:00:00 +00:00

Change "add as contact" to "add to contacts"

This commit is contained in:
zhengxie
2013-04-11 13:49:49 +08:00
parent 19e323411c
commit 9bdc25a331
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@
<a class="name" href="{% url 'user_profile' id %}">{{ e|email2nickname }}</a>
<p>{{ e }}</p>
{% if m.can_be_contact %}
<button class="add-as-contact" data-email="{{ e }}">{% trans "Add as contact" %}</button>
<button class="add-as-contact" data-email="{{ e }}">{% trans "Add to Contacts" %}</button>
{% endif %}
</div>
</li>

View File

@@ -26,7 +26,7 @@
<a class="name" href="{% url 'user_profile' id %}">{{ e|email2nickname }}</a>
<p>{{ e }}</p>
{% if u.can_be_contact %}
<button class="add-as-contact" data-email="{{e}}">{% trans "Add as contact" %}</button>
<button class="add-as-contact" data-email="{{e}}">{% trans "Add to Contacts" %}</button>
{% endif %}
</div>
</li>