LIBCIR-451. Replace Author/Contributor/Advisor hint text with I18n keys#229
Merged
mohideen merged 1 commit intomdsoar-mainfrom Sep 23, 2025
Merged
LIBCIR-451. Replace Author/Contributor/Advisor hint text with I18n keys#229mohideen merged 1 commit intomdsoar-mainfrom
mohideen merged 1 commit intomdsoar-mainfrom
Conversation
The MD-SOAR Community Admins have requested changes to the "hints" for the "Author(s)", "Contributor(s)", and "Advisor(s)" fields on the submission form to make more prominent that the names should be in "Last Name, First Name" format. The requested changes include using **bold** text in the hint. Any HTML tags added directly to the hint text are displayed AS-IS in GUI, instead of being interpreted by the browser. To enable HTML tags to be included in the hints, replaced the hard-coded text with I18n keys, that can then be used with Angular's "translate" module to retrieve the text from an Angular front-end localization file (such as “src/assets/i18n/en.json5”). Text retrieved from a localization file can use a limited subset of HTML tags (include "<b>" and "<strong>"). https://umd-dit.atlassian.net/browse/LIBCIR-451
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.
The MD-SOAR Community Admins have requested changes to the "hints" for the "Author(s)", "Contributor(s)", and "Advisor(s)" fields on the submission form to make more prominent that the names should be in "Last Name, First Name" format. The requested changes include using bold text in the hint.
Any HTML tags added directly to the hint text are displayed AS-IS in GUI, instead of being interpreted by the browser. To enable HTML tags to be included in the hints, replaced the hard-coded text with I18n keys, that can then be used with Angular's "translate" module to retrieve the text from an Angular front-end localization file (such as “src/assets/i18n/en.json5”). Text retrieved from a localization file can use a limited subset of HTML tags (include "" and "").
https://umd-dit.atlassian.net/browse/LIBCIR-451