endorcement

This commit is contained in:
estifanos
2026-08-26 11:50:49 +00:00
parent 08e9b73b8f
commit 32ac18adc2

View File

@@ -373,7 +373,7 @@ export function SeafarerRegistrationPage() {
{registration.status === 'APPROVED' && (
<Alert color="teal" icon={<IconCheck size={16} />} title="Registered" mb="md">
You are a registered seafarer. Your seafarer number is <b>{registration.seafarerNumber}</b>.
Your Seaman Book and Basic Training Certificate applications have been opened for you.
You can now apply for a certificate endorsement from the Endorsement Seafarer page.
</Alert>
)}
{registration.status === 'REJECTED' && (