Skip to content

Commit

Permalink
Updating migration. Updating label in fuels for other use
Browse files Browse the repository at this point in the history
  • Loading branch information
areyeslo committed Jan 16, 2025
1 parent 54daf57 commit ef67759
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Revision ID: fe03799b4018
Revises: fa98709e7952
Create Date: 2025-01-11 18:12:43.683691
Create Date: 2025-01-14 18:12:43.683691
"""

Expand All @@ -11,7 +11,7 @@

# revision identifiers, used by Alembic.
revision = "fe03799b4018"
down_revision = "d25e7c47659e"
down_revision = "5163af6ba4a4"
branch_labels = None
depends_on = None

Expand Down
2 changes: 1 addition & 1 deletion frontend/src/views/OtherUses/OtherUsesSummary.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const OtherUsesSummary = ({ data, status }) => {
minWidth: 200
},
{
headerName: t('otherUses:otherUsesColLabels.rationale'),
headerName: t('otherUses:otherUsesColLabels.otherExpectedUse'),
field: 'rationale',
floatingFilter: false,
flex: 1,
Expand Down

0 comments on commit ef67759

Please sign in to comment.