From 1b3fb978af47cd413ee9a0a45bea98f80c07c581 Mon Sep 17 00:00:00 2001 From: llj Date: Tue, 22 Sep 2015 17:56:38 +0800 Subject: [PATCH] [repo history] modified 'tip' text --- seahub/templates/repo_history.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seahub/templates/repo_history.html b/seahub/templates/repo_history.html index 12574c609d..1923d4addb 100644 --- a/seahub/templates/repo_history.html +++ b/seahub/templates/repo_history.html @@ -8,7 +8,7 @@

{% blocktrans with repo_name=repo.props.name %}{{repo_name}} Modification History{% endblocktrans %}

{% if user_perm == 'rw' %} -

{% trans "Tip: a snapshot will be generated after modification, which records the library state after this modification."%}

+

{% trans "Tip: a snapshot will be generated after modification, which records the library state after the modification."%}

{% endif %}