diff options
author | ManeraKai <manerakai@protonmail.com> | 2024-08-25 21:31:24 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2024-08-25 21:31:24 +0300 |
commit | dfa6c8e570e3030c382ad045156a0b12fd3ba368 (patch) | |
tree | e3f62643d499d087b3925987c2df660db9f780d3 /src/pages/messages | |
parent | Made redlib as the default frontend for reddit https://codeberg.org/LibRedire... (diff) | |
download | libredirect-dfa6c8e570e3030c382ad045156a0b12fd3ba368.zip |
Fixing and improving redirect core
Diffstat (limited to 'src/pages/messages')
-rw-r--r-- | src/pages/messages/no_instance.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/messages/no_instance.html b/src/pages/messages/no_instance.html index 358ff506..55e5fac7 100644 --- a/src/pages/messages/no_instance.html +++ b/src/pages/messages/no_instance.html @@ -18,7 +18,7 @@ <body> <div id="body"> - <h1>You have no instance selected for this frontend</h1> + <h1>LibRedirect: You have no instance selected for this frontend</h1> </div> </body> </html> |