We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d9a1b9 commit 6f99175Copy full SHA for 6f99175
readthedocs/rtd_tests/tests/test_project_views.py
@@ -426,8 +426,8 @@ def test_delete_superproject(self):
426
self.assertContains(
427
response,
428
'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.',
+ 'Deleting this project will make them to become regular projects. '
+ 'This will break the URLs of all its subprojects and they will be served normally as other projects.',
431
count=1,
432
html=True,
433
)
0 commit comments