From 7ac09a41aadcc8e16892fda12f24cb0b4bcb7d87 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Mon, 9 Mar 2026 00:08:41 +0100 Subject: [PATCH] OSINT Monitor Card: Icon, Name und Emdash korrigiert MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Neues Weltkugel-Icon (world-globe.svg) statt generischem globe.svg - Titel zu AegisSight Monitor geändert (ohne OSINT) - Emdashes durch normale Bindestriche ersetzt (DE + EN) Co-Authored-By: Claude Opus 4.6 --- assets/images/icons/world-globe.svg | 11 +++++++++++ index.html | 8 ++++---- js/translations.js | 8 ++++---- 3 files changed, 19 insertions(+), 8 deletions(-) create mode 100644 assets/images/icons/world-globe.svg diff --git a/assets/images/icons/world-globe.svg b/assets/images/icons/world-globe.svg new file mode 100644 index 0000000..f6d0964 --- /dev/null +++ b/assets/images/icons/world-globe.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/index.html b/index.html index b6fa6f7..c14a1f1 100644 --- a/index.html +++ b/index.html @@ -275,16 +275,16 @@
- +
- OSINT Monitor + AegisSight Monitor
-

AegisSight OSINT Monitor

-

Open Source Intelligence — automatisiert

+

AegisSight Monitor

+

Open Source Intelligence - automatisiert

diff --git a/js/translations.js b/js/translations.js index 9c015ec..ea5f811 100644 --- a/js/translations.js +++ b/js/translations.js @@ -120,8 +120,8 @@ const translations = { protectedProductDesc: 'Dieses Produkt ist speziell für autorisierte Behörden entwickelt und erfordert eine Authentifizierung.', loginForAccess: 'Anmelden für Zugriff', n // OSINT Monitor - productOsintMonitorTitle: 'AegisSight OSINT Monitor', - productOsintMonitorTagline: 'Open Source Intelligence — automatisiert', + productOsintMonitorTitle: 'AegisSight Monitor', + productOsintMonitorTagline: 'Open Source Intelligence - automatisiert', productOsintMonitorDesc: 'Unser OSINT-Monitor aggregiert, analysiert und verifiziert Informationen aus öffentlich zugänglichen Quellen in Echtzeit. Erleben Sie die Plattform live am Beispiel des Iran-Livetickers.', osintMonitorButton: 'Iran-Liveticker öffnen', @@ -289,8 +289,8 @@ n // OSINT Monitor protectedProductDesc: 'This product is specifically developed for authorized agencies and requires authentication.', loginForAccess: 'Login for Access', n // OSINT Monitor - productOsintMonitorTitle: 'AegisSight OSINT Monitor', - productOsintMonitorTagline: 'Open Source Intelligence — Automated', + productOsintMonitorTitle: 'AegisSight Monitor', + productOsintMonitorTagline: 'Open Source Intelligence - Automated', productOsintMonitorDesc: 'Our OSINT Monitor aggregates, analyzes and verifies information from publicly available sources in real time. Experience the platform live with the Iran Live Ticker.', osintMonitorButton: 'Open Iran Live Ticker',