Skip to content

Commit 7a5ab9f

Browse files
authored
Use the word "controlled" instead of "restricted" (#2544)
In the Cloud Mirrors page, projects are divided into "Open" and "Restricted" categories, which may be confusing because the word "restricted" can also refer to a specific `access_policy`. "Controlled" is the more general term that we've been using, at least internally, to mean "not-open", so use this term in the console UI.
2 parents 2d3500a + 0e3be39 commit 7a5ab9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

physionet-django/console/templates/console/cloud_mirrors.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
href="?group=open">Open</a>
1818
</li>
1919
<li class="nav-item">
20-
<a class="nav-link {% if group == 'restricted' %}active{% endif %}"
21-
href="?group=restricted">Restricted</a>
20+
<a class="nav-link {% if group == 'controlled' %}active{% endif %}"
21+
href="?group=controlled">Controlled</a>
2222
</li>
2323
</ul>
2424
</div>

0 commit comments

Comments
 (0)