Fix syntax error in English translation file: Corrected closing bracket in translation.js to ensure proper export structure.

This commit is contained in:
sebseb7
2025-07-16 08:26:20 +02:00
parent e02b18e17f
commit 510907b48a

View File

@@ -266,4 +266,5 @@ export default {
"apiKeyGenerated": "API key generated successfully", // API-Schlüssel erfolgreich generiert
"apiKeyWarning": "Store this key securely. For security reasons, it will be hidden in 10 seconds." // Speichern Sie diesen Schlüssel sicher. Er wird aus Sicherheitsgründen in 10 Sekunden ausgeblendet.
}
};
}
}