Update dynamic app names for all versions.

This commit is contained in:
Patrick Fic
2024-02-26 11:46:40 -08:00
parent f190c26311
commit 6640ed629d
65 changed files with 700 additions and 230 deletions

View File

@@ -55,7 +55,7 @@ export function UserRequestResetPw({
<div className="login-logo-container">
<img src={InstanceRenderManager({imex: ImEXOnlineLogo, rome: null}) } height="100" width="100"
alt={InstanceRenderManager({imex: "ImEX Online", rome:"Rome Online"})}/>
<Typography.Title>{t("titles.app")}</Typography.Title>
<Typography.Title>{InstanceRenderManager({imex: t("titles.imexonline"), rome: t("titles.romeonline"), promanager:t("titles.promanager")})}</Typography.Title>
</div>
<Typography.Title level={3}>{t("titles.resetpassword")}</Typography.Title>