From 63dc1b9fdd4e68cead4fa8b193102f3359227d23 Mon Sep 17 00:00:00 2001 From: llj Date: Fri, 2 Sep 2016 16:14:19 +0800 Subject: [PATCH] restore trash: modified the success tip --- seahub/templates/repo_dir_recycle_view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seahub/templates/repo_dir_recycle_view.html b/seahub/templates/repo_dir_recycle_view.html index 5009dad72c..f16efcd08b 100644 --- a/seahub/templates/repo_dir_recycle_view.html +++ b/seahub/templates/repo_dir_recycle_view.html @@ -140,7 +140,7 @@ $('table').on("click", ".restore-file, .restore-dir", function() { data: {'commit_id': commit_id, 'p': path}, success: function(data) { _this.closest('tr').remove(); - feedback("{% trans "Success" %}", 'success'); + feedback("{% trans "Successfully restored 1 item." %}", 'success'); }, error: function ajaxErrorHandler(xhr, textStatus, errorThrown) { if (xhr.responseText) {