diff --git a/seahub/templates/home_base.html b/seahub/templates/home_base.html index 0e7baa7431..5d8bdcd90c 100644 --- a/seahub/templates/home_base.html +++ b/seahub/templates/home_base.html @@ -16,7 +16,7 @@ {% endif %}
  • {% trans "Shared" %}
  • {% if user.permissions.can_view_org %} -
  • {% trans "Organization" %}
  • +
  • {% trans "Organization" context "This is a label in navigation, meaning the public area for all registered users to share libraries." %}
  • {% endif %}
  • diff --git a/seahub/templates/js/templates.html b/seahub/templates/js/templates.html index 8e8f5479aa..6c31fa2d3d 100644 --- a/seahub/templates/js/templates.html +++ b/seahub/templates/js/templates.html @@ -160,7 +160,7 @@ {% trans "Groups" %} / <%- group_name %> / <% } else if (context == 'org') { %> - {% trans "Organization" %} / + {% trans "Organization" context "This is a label in navigation, meaning the public area for all registered users to share libraries." %} / <% } else if (context == 'common') { %> {% trans "Mine" %} / <% } else { %> @@ -618,7 +618,7 @@ {% if user.permissions.can_view_org %}
  • - {% trans "Organization" %} + {% trans "Organization" context "This is a label in navigation, meaning the public area for all registered users to share libraries." %}
  • {% endif %} diff --git a/seahub/templates/pub_base.html b/seahub/templates/pub_base.html index 7dc0b5cf4a..ded63b961b 100644 --- a/seahub/templates/pub_base.html +++ b/seahub/templates/pub_base.html @@ -7,7 +7,7 @@ {% block left_panel %}
    -

    {% trans "Organization" %}

    +

    {% trans "Organization" context "This is a label in navigation, meaning the public area for all registered users to share libraries." %}