@@ -269,16 +269,16 @@
{% block scripts %}
-
+
{% if is_admin %}
{% endif %}
{% endblock %}
diff --git a/frontends/web/templates/regenerate_recovery.html b/frontends/web/templates/regenerate_recovery.html
index 78df441..887b319 100644
--- a/frontends/web/templates/regenerate_recovery.html
+++ b/frontends/web/templates/regenerate_recovery.html
@@ -1,6 +1,6 @@
{% extends "base.html" %}
-{% block title %}Regenerate Recovery Key - Stegasoo{% endblock %}
+{% block title %}Regenerate Recovery Key - Stego{% endblock %}
{% block content %}
@@ -142,7 +142,7 @@ function copyToClipboard() {
// Download as text file
function downloadTextFile() {
const key = document.getElementById('recoveryKey').value;
- const content = `Stegasoo Recovery Key
+ const content = `Stego Recovery Key
=====================
${key}
@@ -158,7 +158,7 @@ Generated: ${new Date().toISOString()}
const url = URL.createObjectURL(blob);
const a = document.createElement('a');
a.href = url;
- a.download = 'stegasoo-recovery-key.txt';
+ a.download = 'stego-recovery-key.txt';
a.click();
URL.revokeObjectURL(url);
}
@@ -170,7 +170,7 @@ function downloadQRImage() {
const a = document.createElement('a');
a.href = img.src;
- a.download = 'stegasoo-recovery-qr.png';
+ a.download = 'stego-recovery-qr.png';
a.click();
}
diff --git a/frontends/web/templates/setup.html b/frontends/web/templates/setup.html
index 260cd63..a4bbff6 100644
--- a/frontends/web/templates/setup.html
+++ b/frontends/web/templates/setup.html
@@ -1,6 +1,6 @@
{% extends "base.html" %}
-{% block title %}Setup - Stegasoo{% endblock %}
+{% block title %}Setup - Stego{% endblock %}
{% block content %}
@@ -12,7 +12,7 @@
- Welcome to Stegasoo! Create your admin account to get started.
+ Welcome to Stego! Create your admin account to get started.