URL: https://github.com/freeipa/freeipa/pull/5546 Author: rcritten Title: #5546: [Backport][ipa-4-9] WebUI: change FreeIPA naming to IPA in About dialog Action: opened
PR body: """ This PR was opened automatically because PR #5540 was pushed to master and backport to ipa-4-9 is required. """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5546/head:pr5546 git checkout pr5546
From b219538d4eda429b73feb98b044658946d5bce5a Mon Sep 17 00:00:00 2001 From: Antonio Torres <antor...@redhat.com> Date: Thu, 11 Feb 2021 12:09:28 +0100 Subject: [PATCH] WebUI: change FreeIPA naming to IPA in About dialog As part of the effort for reducing differences between upstream and downstream releases, product naming in WebUI About dialog is changed from FreeIPA to IPA. Related: https://pagure.io/freeipa/issue/8669 Signed-off-by: Antonio Torres <antor...@redhat.com> --- install/ui/src/freeipa/dialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/ui/src/freeipa/dialog.js b/install/ui/src/freeipa/dialog.js index d67d63b6d99..96277b0a587 100644 --- a/install/ui/src/freeipa/dialog.js +++ b/install/ui/src/freeipa/dialog.js @@ -1325,7 +1325,7 @@ IPA.about_dialog = function(spec) { spec = spec || {}; spec.name = spec.name || 'version_dialog'; - var product = 'FreeIPA'; + var product = 'IPA'; var version = 'Unknown'; var msg = text.get('@i18n:dialogs.about_message', '${product}, version: ${version}'); if (IPA.env) {
_______________________________________________ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.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.fedorahosted.org/archives/list/freeipa-devel@lists.fedorahosted.org Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure