Skip to content

Commit

Permalink
Add explanation for pending competitors (#10376)
Browse files Browse the repository at this point in the history
* Add explanation for pending competitors

* Update en.yml

* fix I18n not being defined in test

---------

Co-authored-by: Duncan <[email protected]>
  • Loading branch information
FinnIckler and dunkOnIT authored Dec 10, 2024
1 parent 00dd39e commit 5dc9dd3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,9 @@ export default function RegistrationAdministrationList({ competitionInfo }) {
{pending.length}
)
</Header>
<Header.Subheader>
{I18n.t('competitions.registration_v2.list.pending.information')}
</Header.Subheader>
<RegistrationAdministrationTable
columnsExpanded={expandedColumns}
registrations={pending}
Expand Down
2 changes: 2 additions & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1826,6 +1826,8 @@ en:
rejected:
title: "Rejected registrations"
information: "Rejected competitors cannot re-register."
pending:
information: "Pending should only be used for incomplete (eg, unpaid) registrations - please use the Waiting List if your competition is too full to accept new comeptitors."
payment:
refunded_status: "Refunded"
initialized: "Payment process was started on %{date}, but not finished."
Expand Down

0 comments on commit 5dc9dd3

Please sign in to comment.