1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 23:29:49 +00:00

update trans string of libary history settings

This commit is contained in:
lian
2017-08-31 14:58:20 +08:00
parent c1a5998f40
commit cbf0b09ce0

View File

@@ -108,7 +108,7 @@
{% with type="checkbox" setting_name="ENABLE_REPO_HISTORY_SETTING" setting_val=config_dict.ENABLE_REPO_HISTORY_SETTING %} {% with type="checkbox" setting_name="ENABLE_REPO_HISTORY_SETTING" setting_val=config_dict.ENABLE_REPO_HISTORY_SETTING %}
{% trans "library history" as setting_display_name %} {% trans "library history" as setting_display_name %}
{% trans "Allow user to keep library history" as help_tip %} {% trans "Allow user to change library history settings" as help_tip %}
{% include "snippets/web_settings_form.html" %} {% include "snippets/web_settings_form.html" %}
{% endwith %} {% endwith %}