Skip to content

Commit 6f99175

Browse files
authored
Update copy on test
1 parent 6d9a1b9 commit 6f99175

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readthedocs/rtd_tests/tests/test_project_views.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,8 @@ def test_delete_superproject(self):
426426
self.assertContains(
427427
response,
428428
'This project <a href="/dashboard/pip/subprojects/">has subprojects</a> under it. '
429-
'Deleting this will make them as regular projects. '
430-
'This will effect the URLs of the subprojects and they will be served normally as other projects.',
429+
'Deleting this project will make them to become regular projects. '
430+
'This will break the URLs of all its subprojects and they will be served normally as other projects.',
431431
count=1,
432432
html=True,
433433
)

0 commit comments

Comments
 (0)