Skip to content

Commit

Permalink
fix: use correct requiredquota strings
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCatLady committed Dec 10, 2021
1 parent 8aae886 commit 0038789
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/RequestModal/QuotaDisplay/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ const QuotaDisplay: React.FC<QuotaDisplayProps> = ({
<div className="mb-2">
{intl.formatMessage(
userOverride
? messages.requiredquota
: messages.requiredquotaUser,
? messages.requiredquotaUser
: messages.requiredquota,
{
seasons: overLimit,
strong: function strong(msg) {
Expand Down

0 comments on commit 0038789

Please sign in to comment.