Skip to content

Commit

Permalink
Missing localization for button captions in Quartz jobs screen jmix-f…
Browse files Browse the repository at this point in the history
  • Loading branch information
KremnevDmitry committed Mar 29, 2023
1 parent 0488588 commit 4c7ddd2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
<action id="edit" type="edit"/>
<action id="remove" type="remove"/>
<action id="refresh" type="refresh"/>
<action id="executeNow" caption="msg://io.jmix.quartz.screen.jobs/triggerJob" icon="PLAY_CIRCLE"/>
<action id="activate" caption="msg://io.jmix.quartz.screen.jobs/resumeJob" icon="PLAY"/>
<action id="deactivate" caption="msg://io.jmix.quartz.screen.jobs/pauseJob" icon="PAUSE"/>
<action id="executeNow" caption="msg://triggerJob" icon="PLAY_CIRCLE"/>
<action id="activate" caption="msg://resumeJob" icon="PLAY"/>
<action id="deactivate" caption="msg://pauseJob" icon="PAUSE"/>
</actions>
<columns>
<column id="jobName"/>
Expand Down

0 comments on commit 4c7ddd2

Please sign in to comment.