How to translate hover text on " check conflicts"
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 02:56 AM
I want to translate hiver text on check conflicts which is coming from a "ui macro" - "change_request_conflict_progress".
The "check conflict" button is displayed from line 101.
<button style="white-space: nowrap" class="btn btn-default" id="conflict_action_run">$[gs.getMessage("Check Conflicts")]</button>
But Im not getting from where is the hover message coming from? Can someone please help me.
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 03:38 AM
I suspect it is coming from "class or id" in the <button> tag but not sure how to check that