remove lingui no single variables to translate #2 (#10342)

This commit is contained in:
Weiko
2025-02-19 18:34:35 +01:00
committed by GitHub
parent 202af87be5
commit 4a2a312efd
3 changed files with 4 additions and 10 deletions

View File

@ -62,7 +62,7 @@ export const useWorkflowRunRecordActions = ({
type: ActionMenuEntryType.WorkflowRun,
key: `workflow-run-${activeWorkflowVersion.id}`,
scope: ActionMenuEntryScope.RecordSelection,
label: msg`${name}`, // eslint-disable-line lingui/no-single-variables-to-translate
label: msg`${name}`,
position: index,
Icon: IconSettingsAutomation,
onClick: async () => {

View File

@ -37,7 +37,7 @@ export const useRunWorkflowActions = () => {
type: ActionMenuEntryType.WorkflowRun,
key: `workflow-run-${activeWorkflowVersion.id}`,
scope: ActionMenuEntryScope.Global,
label: msg`${name}`, // eslint-disable-line lingui/no-single-variables-to-translate
label: msg`${name}`,
position: index,
Icon: IconSettingsAutomation,
useAction: () => {