web: fix typo in traefik name

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
Marc 'risson' Schmitt
2023-10-25 18:38:31 +02:00
committed by risson
parent a8f066eb51
commit 488420eeb6
12 changed files with 24 additions and 24 deletions

View File

@ -76,7 +76,7 @@ const _providerModelsTable: ProviderType[] = [
[
"proxyprovider-forwardsingle",
msg("Forward Auth (Single Application)"),
msg("For nginx's auth_request or traefix's forwardAuth"),
msg("For nginx's auth_request or traefik's forwardAuth"),
() =>
html`<ak-application-wizard-authentication-for-single-forward-proxy></ak-application-wizard-authentication-for-single-forward-proxy>`,
ProviderModelEnum.ProxyProxyprovider,
@ -89,7 +89,7 @@ const _providerModelsTable: ProviderType[] = [
[
"proxyprovider-forwarddomain",
msg("Forward Auth (Domain Level)"),
msg("For nginx's auth_request or traefix's forwardAuth per root domain"),
msg("For nginx's auth_request or traefik's forwardAuth per root domain"),
() =>
html`<ak-application-wizard-authentication-for-forward-proxy-domain></ak-application-wizard-authentication-for-forward-proxy-domain>`,
ProviderModelEnum.ProxyProxyprovider,