Skip to content

Commit

Permalink
chore: testing slack integration
Browse files Browse the repository at this point in the history
  • Loading branch information
brobro10000 committed Sep 5, 2024
1 parent 11e8e2e commit c88b4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/learner-credit-management/data/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ export const getTranslatedBudgetTerm = (intl, term) => {
return intl.formatMessage({
id: 'lcm.budgets.budget.card.term.retired',
defaultMessage: 'Retired',
description: 'Term for when a budget has retired',
description: 'Term for when a budget has retire',
});
default:
return '';
Expand Down

0 comments on commit c88b4a3

Please sign in to comment.