Skip to content

Commit

Permalink
Add comment for translations
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h-abdelsalam committed Jan 14, 2025
1 parent 1131375 commit 18279f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/web/components/label/compliancestate.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const YesLabel = createLabel(
Theme.complianceYes,
Theme.white,
'compliance-state-yes',
// _('Yes')
'Yes',
);

Expand All @@ -19,20 +20,23 @@ const NoLabel = createLabel(
Theme.complianceNo,
Theme.white,
'compliance-state-no',
// _('No')
'No',
);
const IncompleteLabel = createLabel(
Theme.complianceIncomplete,
Theme.complianceIncomplete,
Theme.white,
'compliance-state-incomplete',
// _('Incomplete')
'Incomplete',
);
const UndefinedLabel = createLabel(
Theme.complianceUndefined,
Theme.complianceUndefined,
Theme.white,
'compliance-state-undefined',
// _('Undefined')
'Undefined',
);

Expand Down

0 comments on commit 18279f0

Please sign in to comment.