Skip to content

Commit

Permalink
Merge pull request #1662 from bcgov/fix/prashanth-cr-text-bugs-1593-1625
Browse files Browse the repository at this point in the history
fix: for compliance report schedules text
  • Loading branch information
prv-proton authored Jan 13, 2025
2 parents 98d8346 + 29e2194 commit 883175a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/views/FuelSupplies/AddEditFuelSupplies.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ export const AddEditFuelSupplies = () => {
my={2}
component="div"
>
{t('fuelSupply:fuelSupplySubtitle')}
{t('fuelSupply:fuelSupplyGuide')}
</BCTypography>
</div>
<BCBox my={2} component="div" style={{ height: '100%', width: '100%' }}>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/views/FuelSupplies/_schema.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export const fuelSupplyColDefs = (optionsData, errors, warnings) => [
{
field: 'endUseType',
headerComponent: RequiredHeader,
headerName: i18n.t('fuelSupply:fuelSupplyColLabels.endUseId'),
headerName: i18n.t('fuelSupply:fuelSupplyColLabels.endUse'),
cellEditorParams: (params) => ({
options: [
...new Set(
Expand Down

0 comments on commit 883175a

Please sign in to comment.