diff --git a/src/i18n/locales/en/translation.js b/src/i18n/locales/en/translation.js index 2d300fd..90ae61e 100644 --- a/src/i18n/locales/en/translation.js +++ b/src/i18n/locales/en/translation.js @@ -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. } - }; + } +}