From 1279e241c5232a53ac8e87b2f4d68dbcbd7e1cd2 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Wed, 6 Sep 2023 17:17:11 -0600 Subject: [PATCH] copy changes --- .../ui/src/app/pages/login/login.page.html | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/frontend/projects/ui/src/app/pages/login/login.page.html b/frontend/projects/ui/src/app/pages/login/login.page.html index 57f4dd0a3a..741e2aca0e 100644 --- a/frontend/projects/ui/src/app/pages/login/login.page.html +++ b/frontend/projects/ui/src/app/pages/login/login.page.html @@ -80,17 +80,17 @@

Http detected

- + -

Trust Your Root CA

+

Trust your Root Certificate Authority (CA)

- Download and trust your server's Root Certificate Authority to - establish a secure, - https - connection + Download and trust your server's Root CA to establish secure, + encrypted ( + HTTPS + ) connections with your server

@@ -100,7 +100,7 @@

Trust Your Root CA

1 @@ -123,7 +123,7 @@

Download Root CA

2 @@ -137,7 +137,7 @@

Trust Root CA

(click)="instructions()" [disabled]="!downloadClicked" > - Instructions + View Docs @@ -146,7 +146,7 @@

Trust Root CA

3
-

Launch Https

+

Go To Login

Launch Https -  {{ caTrusted ? 'Root CA trusted!' : 'Waiting on +  {{ caTrusted ? 'Root CA trusted!' : 'Waiting for trust...'}}

@@ -165,7 +165,7 @@

Launch Https

(click)="launchHttps()" [disabled]="!caTrusted" > - Launch + Open