Commit b2f4fe1
committed
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 length1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
175 | | - | |
176 | | - | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| |||
0 commit comments