diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-06-05 18:45:16 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-06-05 18:45:16 +0200 |
| commit | 3211ef25f7bc321832c9962eb73c7201d221e2a6 (patch) | |
| tree | e23cdd830e0b22e19f0f35fa86e86bc3e1b0e017 /apps/portal/src/index.html | |
| parent | b0dd482d29122ffaae9dc147dd48b99805e5e683 (diff) | |
| download | greatoffice-3211ef25f7bc321832c9962eb73c7201d221e2a6.tar.xz greatoffice-3211ef25f7bc321832c9962eb73c7201d221e2a6.zip | |
refactor: Update style on portal forms
Diffstat (limited to 'apps/portal/src/index.html')
| -rw-r--r-- | apps/portal/src/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/portal/src/index.html b/apps/portal/src/index.html index 985b62b..0bf1fb1 100644 --- a/apps/portal/src/index.html +++ b/apps/portal/src/index.html @@ -35,7 +35,7 @@ </script> <link rel="stylesheet" href="./_assets/pre.css"> - <title>Time Tracker</title> + <title>Projects - Greatoffice</title> </head> <body> @@ -47,7 +47,7 @@ <div class="fill-loader fill-loader--v4" id="loader" role="alert"> - <p class="fill-loader__label">Loading Time Tracker...</p> + <p class="fill-loader__label">Loading Projects...</p> <div aria-hidden="true"> <div class="fill-loader__base"></div> <div class="fill-loader__fill"></div> |
