diff --git a/front/php/templates/language/en_us.json b/front/php/templates/language/en_us.json index 45c8b541..cd9b8fbb 100755 --- a/front/php/templates/language/en_us.json +++ b/front/php/templates/language/en_us.json @@ -42,6 +42,7 @@ "Navigation_Plugins" : "Plugins", "Navigation_Maintenance" : "Maintenance", "Navigation_Settings" : "Settings", + "Navigation_SystemInfo" : "System Information", "Navigation_Flows" : "Flows", "Navigation_HelpFAQ" : "Help / FAQ", "Device_Title" : "Devices", @@ -475,6 +476,7 @@ "SMTP_SKIP_TLS_description" : "Disable TLS when connecting to your SMTP server.", "SMTP_FORCE_SSL_name" : "Force SSL", "SMTP_FORCE_SSL_description" : "Force SSL when connecting to your SMTP server.", + "SYSTEM_TITLE" : "System Information", "REPORT_TO_name" : "Send email to", "REPORT_TO_description" : "Email address to which the notification will be send to.", "REPORT_FROM_name" : "Email subject", @@ -586,4 +588,4 @@ "API_CUSTOM_SQL_name" : "Custom endpoint", "API_CUSTOM_SQL_description" : "You can specify a custom SQL query which will generate a JSON file and then expose it via the table_custom_endpoint.json file endpoint." } -} \ No newline at end of file +}