Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add explanation for pending competitors #10376

Merged
merged 4 commits into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading