Merge pull request #23088 from overleaf/jel-managed-users-enroll

[web] Show message instead of enrollment form when already managed

GitOrigin-RevId: ffa9dfd8af17ee3128df15d4027a66b96f2c8b0d
This commit is contained in:
Jessica Lawshe 2025-03-11 09:53:49 -05:00 committed by Copybot
parent f9515f10cd
commit 3bc21faeaf
2 changed files with 5 additions and 0 deletions

View file

@ -22,6 +22,10 @@ body {
.thin-footer & {
min-height: calc(100vh - #{$thin-footer-height});
}
.container-top-padded {
padding-top: var(--spacing-16);
}
}
.content-alt {

View file

@ -52,6 +52,7 @@
"access_edit_your_projects": "Access and edit your projects",
"access_levels_changed": "Access levels changed",
"account": "Account",
"account_already_managed": "Your account is already managed.",
"account_billed_manually": "Account billed manually",
"account_has_been_link_to_institution_account": "Your __appName__ account on <b>__email__</b> has been linked to your <b>__institutionName__</b> institutional account.",
"account_has_past_due_invoice_change_plan_warning": "Your account currently has a past due invoice. You will not be able to change your plan until this is resolved.",