File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
readthedocs/organizations Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ <h2>{% trans "Choose an organization" %}</h2>
42
42
</ div >
43
43
<!-- END organization list -->
44
44
{% else %}
45
- < p > {% trans "You aren't currently a member of any organizations ." %}</ p >
45
+ < p > {% trans "Your user is not a member of an organization yet ." %}</ p >
46
46
{% endif %}
47
47
</ div >
48
48
</ div >
Original file line number Diff line number Diff line change @@ -462,4 +462,4 @@ def test_choose_organization_edit(self):
462
462
resp = self .client .get (
463
463
reverse ("organization_choose" , kwargs = {"next_name" : "organization_edit" })
464
464
)
465
- self .assertContains (resp , "You aren't currently a member of any organizations " )
465
+ self .assertContains (resp , "Your user is not a member of an organization yet " )
You can’t perform that action at this time.
0 commit comments