Fix syntax error in translations.js: remove stray n characters

Two stray n characters before OSINT Monitor comments (lines 122, 291)
caused a JavaScript syntax error that broke the entire translations module,
resulting in the error banner on page load and non-functional DE/EN toggle.
Dieser Commit ist enthalten in:
Claude Code
2026-03-09 17:22:15 +01:00
Ursprung 814f970961
Commit a249f6babf

Datei anzeigen

@@ -119,7 +119,7 @@ const translations = {
accessRestricted: 'Zugang nur mit Berechtigung',
protectedProductDesc: 'Dieses Produkt ist speziell für autorisierte Behörden entwickelt und erfordert eine Authentifizierung.',
loginForAccess: 'Anmelden für Zugriff',
n // OSINT Monitor
// OSINT Monitor
productOsintMonitorTitle: 'AegisSight Monitor',
productOsintMonitorTagline: 'Open Source Intelligence - automatisiert',
productOsintMonitorDesc: 'AegisSight Monitor aggregiert, analysiert und verifiziert Informationen aus öffentlich zugänglichen Quellen in Echtzeit. Erleben Sie die Plattform live am Beispiel des Iran-Livetickers.',
@@ -288,7 +288,7 @@ n // OSINT Monitor
accessRestricted: 'Access by authorization only',
protectedProductDesc: 'This product is specifically developed for authorized agencies and requires authentication.',
loginForAccess: 'Login for Access',
n // OSINT Monitor
// OSINT Monitor
productOsintMonitorTitle: 'AegisSight Monitor',
productOsintMonitorTagline: 'Open Source Intelligence - Automated',
productOsintMonitorDesc: 'AegisSight Monitor aggregates, analyzes and verifies information from publicly available sources in real time. Experience the platform live with the Iran Live Ticker.',