Skip to content

Change button label to "Create commit..." in WebIDE

Michael Le requested to merge 358215-change-webide-button-label into master

What does this MR do and why?

Renames the button in the Edit tab of the WebIDE from Commit... to Create commit...

This is based on feedback from https://gitlab.com/gitlab-org/gitlab/-/issues/358215, where users expected a commit to happen after pressing the button.

The action that happens after clicking on the button is that the user is directed to the Changes tab to add a commit message. The change of the label to be Create commit.. aligns to this behaviour.

There was a consideration to name the button "Review changes" but that potentially be more confusing because we have a "Review" tab.

Screenshots or screen recordings

Before Update
image image

How to set up and validate locally

  1. Open WebIDE

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Michael Le

Merge request reports