UI text: filters should have consistent spelling
Search filters for issues or MRs have inconsistent spelling.
They should all follow our guidance for button labels: use sentence case and spaces for word separators.
Implementation plan
The following search filters should be updated:
-
My-ReactiontoMy reaction -
Search WithintoSearch within -
Approved-BytoApproved by(on MR search) -
Merged-BytoMerged by(on MR search) -
Deployed-aftertoDeployed after(on MR search) -
Deployed-beforetoDeployed before(on MR search) -
Target BranchtoTarget branch(on MR search) -
Source BranchtoSource branch(on MR search)
When editing the spellings, remember to:
- Update the filter names in docs if needed. No need for a history item.
- Fix related spec files.
- Regenerate
gitlab.potwithtooling/bin/gettext_extractor locale/gitlab.pot.
Edited by Marcin Sedlak-Jakubowski