Skip to content

Commit

Permalink
add translation
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinovega committed Sep 6, 2023
1 parent 0d343c4 commit 058ae30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ export const TeamApiPricings = (props: Props) => {
options: availablePlans,
constraints: [
constraints.oneOf(tenant.environments, translate('constraints.plan.custom-name.one-of.environment')),
constraints.required('constraints.required.value')
constraints.required(translate('constraints.required.value'))
]
}
}
Expand Down

0 comments on commit 058ae30

Please sign in to comment.