Skip to content

Commit

Permalink
Update deleteTooltipMessage for internationalization
Browse files Browse the repository at this point in the history
Signed-off-by: DvoraShechter1 <d0583212560@gmail.com>
  • Loading branch information
DvoraShechter1 committed Sep 23, 2024
1 parent 2787745 commit a901283
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export const JobFunctions: React.FC = () => {
</Td>
<ControlTableActionButtons
isDeleteEnabled={!!jobFunction.stakeholders}
deleteTooltipMessage="Cannot remove a Job function associated with stakeholder(s)"
deleteTooltipMessage={t("deleteTooltipMessage")}
onEdit={() => setCreateUpdateModalState(jobFunction)}
onDelete={() => deleteRow(jobFunction)}
/>
Expand Down

0 comments on commit a901283

Please sign in to comment.