Skip to content

Commit

Permalink
fix: add translate string to Set State in WU context menu
Browse files Browse the repository at this point in the history
Signed-off-by: David de Hilster <david.dehilster@lexisnexisrisk.com>
  • Loading branch information
dehilsterlexis committed Jan 25, 2024
1 parent 4ee1e25 commit 257fd31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@
"submenus": [
{
"id": "setState",
"label": "Set State"
"label": "%Set State%"
}
],
"menus": {
Expand Down
1 change: 1 addition & 0 deletions package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
"Server path": "Server path",
"Server port": "Server port",
"Server protocol (http or https)": "Server protocol (http or https)",
"Set State": "Set State",
"Show results after submitting a workunit": "Show results after submitting a workunit",
"Showing \"my\" workunits": "Showing \"my\" workunits",
"Showing all workunits": "Showing all workunits",
Expand Down

0 comments on commit 257fd31

Please sign in to comment.