1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 10:26:17 +00:00

Merge pull request #1808 from haiwen/address-book

change tips for `list-in-address-book`
This commit is contained in:
Daniel Pan
2017-09-11 15:41:40 +08:00
committed by GitHub

View File

@@ -84,7 +84,7 @@
{% else %} {% else %}
<input type="checkbox" name="list_in_address_book"> <input type="checkbox" name="list_in_address_book">
{% endif %} {% endif %}
<label for="list_in_address_book">{% trans "List my account in global address book, so that others can find you by type your name." %}</label> <label for="list_in_address_book">{% trans "List your account in global address book, so that others can find you by type your name." %}</label>
</form> </form>
</div> </div>
{% endif %} {% endif %}