diff options
author | Frederick Yin <fkfd@fkfd.me> | 2022-02-23 21:05:57 +0800 |
---|---|---|
committer | Frederick Yin <fkfd@fkfd.me> | 2022-02-23 21:05:57 +0800 |
commit | 833e8e6c490f3725bd69dff39e3320b83433958a (patch) | |
tree | b2f174411e56dbfdd10529ad7e1c793f12f838ef /jimbrella/templates/admin/index.html | |
parent | 012481fb1175ff5e14dd7af934100b29cd521544 (diff) |
Mention JI Umbrella where it matters
Diffstat (limited to 'jimbrella/templates/admin/index.html')
-rw-r--r-- | jimbrella/templates/admin/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jimbrella/templates/admin/index.html b/jimbrella/templates/admin/index.html index 50b88ae..fbcb90d 100644 --- a/jimbrella/templates/admin/index.html +++ b/jimbrella/templates/admin/index.html @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1" /> </head> <body> - <h1>JI Umbrella Overview</h1> + <h1>Overview</h1> <div id="container"> {% include "admin/tabs.html" %} <!--Takes up full width of container--> |