From 7b171b9903b7153e263321cd63809ddead34eebe Mon Sep 17 00:00:00 2001 From: Daniel Pan Date: Tue, 21 Jun 2016 18:09:42 +0800 Subject: [PATCH 1/2] Improve navigation and tips --- seahub/templates/js/templates.html | 10 +++++----- seahub/templates/libraries.html | 7 ++++--- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/seahub/templates/js/templates.html b/seahub/templates/js/templates.html index 49cdd69d62..80755b552c 100644 --- a/seahub/templates/js/templates.html +++ b/seahub/templates/js/templates.html @@ -618,18 +618,18 @@ {% endif %}
  • - {% trans "Shared to me" %} + {% trans "Shared with me" %}
  • {% if user.permissions.can_view_org %}
  • - {% trans "Organization" context "This is a label in navigation, meaning the public area for all registered users to share libraries." %} + {% trans "Shared with all" %}
  • {% endif %} <% if (cur_tab == 'group') { %>
  • - {% trans "Groups" %} + {% trans "Shared with groups" %}