Refactor: rebrand user-visible strings from Liquid Web to Nexcess#175
Draft
glaubersilva wants to merge 5 commits into
Draft
Refactor: rebrand user-visible strings from Liquid Web to Nexcess#175glaubersilva wants to merge 5 commits into
glaubersilva wants to merge 5 commits into
Conversation
…TNC-1494) Update all user-facing text, page slugs, and menu labels to Nexcess branding. PHP - Feature_Manager_Page: change PAGE_SLUG to 'nexcess-software-manager' and permanently register 'lw-software-manager' as a hidden alias so bookmarks and Leader mid-session transitions remain functional after the rebrand. Add $page_hook_legacy so assets are enqueued on both slugs (fixes blank page when visiting the legacy URL). - Feature_Manager_Page: update page title to "Nexcess Software Manager" and Settings menu label to "Nexcess Products". - Display_Legacy_License_Page_Notice: update notice body text to "Nexcess's software offerings" / "Nexcess Software Manager". - global-functions.php: update docblock for lw_harbor_display_legacy_license_page_notice(). React - FilterBar: update logo alt text and heading. - WelcomeShell: update brand subtitle. - LicenseSection: update portal link label to "Manage license in Nexcess". - harbor-data-context, use-resolvable-select-with-error: update fallback error messages. - store/actions, store/resolvers: update all error strings to "Nexcess Software Manager failed to…". Docs - Add CONTRIBUTING.md: prerequisites, scripts reference, and a step-by-step local-testing workflow for validating Harbor changes against a partner plugin via Composer path repository without publishing a release. - Link CONTRIBUTING.md from README.md.
…nto refctor/SMTNC-1494-rebranding
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolve [SMTNC-1494]
Update all user-facing text, page slugs, and menu labels to Nexcess branding.
PHP
React
Docs