Skip to content

Change project deletion confirmation message #318

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 15, 2018
Merged

Change project deletion confirmation message #318

merged 1 commit into from
Mar 15, 2018

Conversation

rhamilto
Copy link
Member

@rhamilto rhamilto requested a review from spadgett March 15, 2018 18:31
@openshift-ci-robot openshift-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Mar 15, 2018
@@ -14,7 +14,7 @@ <h1 class="modal-title">Are you sure you want to delete the project '<strong>{{p
undone</strong>. Make sure this is something you really want to do!
</p>
<div ng-show="typeNameToConfirm">
<p>Type the name of the project to confirm.</p>
<p>Type <strong>{{project | displayName}}</strong> to confirm deletion.</p>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I might suggest

Type <strong>{{project.metadata.name}}</strong> to confirm deletion.

Either name or display name will work, but name is probably easier to type. Also two projects can have the same display name, whereas name is unambiguous.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed.

@beanh66
Copy link

beanh66 commented Mar 15, 2018

@rhamilto LGTM

@spadgett spadgett merged commit 0e323e7 into openshift:master Mar 15, 2018
@rhamilto rhamilto deleted the console-issue-2864 branch March 15, 2018 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants