Skip to content

Update Confirm Danger Modal

Ben King requested to merge benjaminking-confirm-danger-update into master

What does this MR do and why?

This MR updates the phrase text of the Confirm Danger Modal. An example of modal use is when initiating a Group Transfer. To ensure the user understands their action, a confirmation window is presented requesting the user enter an associated phrase (in this case, the namespace to be transferred). As previously discussed when similar wording is used, most end-users are not familiar with the term 'modal', so this may cause confusion. The user is also presented with a Cancel button and a X, which is commonly associated with cancelling an action and choosing to not proceed.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
image image

How to set up and validate locally

  1. Ensure local instance has at least two top-level groups (namespaces)
  2. In one group as an Owner, go to Settings → General → Advanced → Transfer Group
  3. Choose a different group under Select parent group, then press Transfer group.
  4. Review that the modal text shows the changes from this commit.

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 Ben King

Merge request reports