You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #6759 Fix tense and sentence length (aalaap)
This PR was submitted for the 2.8 branch but it was merged into the 2.7 branch instead (closes#6759).
Discussion
----------
Fix tense and sentence length
Changed past-perfect and present mixture to use just the present tense and added a comma.
Before:
> If the user had submitted an invalid username or password, this controller reads the form submission error from the security system so that it can be displayed back to the user.
After:
> If the user submits an invalid username or password, this controller reads the form submission error from the security system so, that it can be displayed back to the user.
Commits
-------
fd2d9c1 Fix tense and sentence length
0 commit comments