Monday, March 23, 2020

[389-commits] [389-ds-base] branch master updated: Issue 50974 - UI - wrong title in "Delete Suffix" popup

This is an automated email from the git hooks/post-receive script.

mreynolds pushed a commit to branch master
in repository 389-ds-base.

The following commit(s) were added to refs/heads/master by this push:
new 6f912c3 Issue 50974 - UI - wrong title in "Delete Suffix" popup
6f912c3 is described below

commit 6f912c3e2e574b45665c4e1ec7a69e6a47c79ac8
Author: Mark Reynolds <mreynolds@redhat.com>
AuthorDate: Mon Mar 23 11:14:57 2020 -0400

Issue 50974 - UI - wrong title in "Delete Suffix" popup

Description: A copy and paste error existed that mixed a replication
title into the "delete suffix" popup

fixes: https://pagure.io/389-ds-base/issue/50974

Reviewed by: mreynolds(one line commit rule)
---
src/cockpit/389-console/src/lib/database/suffix.jsx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/cockpit/389-console/src/lib/database/suffix.jsx b/src/cockpit/389-console/src/lib/database/suffix.jsx
index 12c2565..5f3e19b 100644
--- a/src/cockpit/389-console/src/lib/database/suffix.jsx
+++ b/src/cockpit/389-console/src/lib/database/suffix.jsx
@@ -887,10 +887,10 @@ export class Suffix extends React.Component {
spinning={this.state.modalSpinning}
item={this.props.suffix}
checked={this.state.modalChecked}
- mTitle="Delete Replication Agreement"
- mMsg="Are you really sure you want to delete the database?"
- mSpinningMsg="Deleting database ..."
- mBtnName="Delete Database"
+ mTitle="Delete Suffix"
+ mMsg="Are you really sure you want to delete this suffix?"
+ mSpinningMsg="Deleting suffix ..."
+ mBtnName="Delete Suffix"
/>
<CreateLinkModal
showModal={this.state.showLinkModal}

--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
389-commits mailing list -- 389-commits@lists.fedoraproject.org
To unsubscribe send an email to 389-commits-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/389-commits@lists.fedoraproject.org

No comments:

Post a Comment