diff --git a/src/locales/en.json b/src/locales/en.json index 6d1d5311..c09cee75 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -106,7 +106,6 @@ "domains": "Domains", "enable": "Enable", "enabled": "Enabled", - "errors": "%s errors", "error_modify_something": "You should modify something", "error_retrieve_feed": "Could not retrieve feed: %s. You might have a plugin prevent your browser from performing this request (or the website is down).", "error_select_domain": "You should indicate a domain", @@ -165,6 +164,7 @@ "internal_exception": "Yunohost encountered an internal error:/
Really sorry about that.
You should look for help on the forum or the chat to fix the situation, or report the bug on the bugtracker.

The following information might be useful for the person helping you:

Action

%s%s

Traceback

%s
", "ipv4": "IPv4", "ipv6": "IPv6", + "issues": "%s issues", "label": "Label", "label_for_manifestname": "Label for %s", "last_ran": "Last time ran:", diff --git a/src/views/diagnosis/diagnosis_show.ms b/src/views/diagnosis/diagnosis_show.ms index f5edac5a..ae043f8d 100644 --- a/src/views/diagnosis/diagnosis_show.ms +++ b/src/views/diagnosis/diagnosis_show.ms @@ -28,7 +28,7 @@ {{ description }} {{#if noIssues}}{{#if items}}{{t 'everything_good'}}{{/if}}{{/if}} - {{#if errors}}{{t 'errors' errors }}{{/if}} + {{#if errors}}{{t 'issues' errors }}{{/if}} {{#if warnings}}{{t 'warnings' warnings }}{{/if}} {{#if ignored}}{{t 'ignored' ignored }}{{/if}}