diff options
author | Rémy Coutable <remy@rymai.me> | 2017-09-12 16:56:22 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-09-15 13:05:30 +0200 |
commit | c456cc718bc88b2ce66974d0f75224472a2894e4 (patch) | |
tree | 6dcdd42f0d4645b4780aeb9523961cce203b227e /changelogs | |
parent | 20295b3db379f4be02521cac591feca3452a2b1c (diff) | |
download | gitlab-ce-c456cc718bc88b2ce66974d0f75224472a2894e4.tar.gz |
Make the labels in the Compare form less confusing21331-improve-confusing-compare-page
* Improve the descriptive text
* Rename "from" to "Target" and "to" to "Source"
* Swap "Target" and "Source" to have the same order as in MRs
* Reworded "Switch base of comparison" to "Swap versions"
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/21331-improve-confusing-compare-page.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/21331-improve-confusing-compare-page.yml b/changelogs/unreleased/21331-improve-confusing-compare-page.yml new file mode 100644 index 00000000000..469cc04930b --- /dev/null +++ b/changelogs/unreleased/21331-improve-confusing-compare-page.yml @@ -0,0 +1,5 @@ +--- +title: Make the labels in the Compare form less confusing +merge_request: 14225 +author: +type: changed |