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:
@@ -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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user