interuptted -> interrupted

This commit is contained in:
Alexandre Aubin 2019-01-17 22:00:29 +01:00
parent 0c86934445
commit 700f47a837
2 changed files with 2 additions and 2 deletions

View file

@ -147,7 +147,7 @@
// 0 mean "the connexion has been closed" apparently // 0 mean "the connexion has been closed" apparently
else if (xhr.status == 0) { else if (xhr.status == 0) {
var errorMessage = xhr.status+' '+xhr.statusText; var errorMessage = xhr.status+' '+xhr.statusText;
c.flash('fail', y18n.t('error_connection_interuptted', [errorMessage])); c.flash('fail', y18n.t('error_connection_interrupted', [errorMessage]));
console.log(xhr); console.log(xhr);
} }
// Return HTTP error code at least // Return HTTP error code at least

View file

@ -142,7 +142,7 @@
"error_select_domain": "You should indicate a domain", "error_select_domain": "You should indicate a domain",
"error_server": "Server error", "error_server": "Server error",
"error_server_unexpected": "Unexpected server error (%s)", "error_server_unexpected": "Unexpected server error (%s)",
"error_connection_interuptted": "The server closed the connection instead of answering it, has nginx been restarted by error? (Error code/message: %s)", "error_connection_interrupted": "The server closed the connection instead of answering it, has nginx been restarted by error? (Error code/message: %s)",
"everyone_has_access": "Everyone has access.", "everyone_has_access": "Everyone has access.",
"experimental_warning": "Warning: this feature is experimental and not consider stable, you shouldn't be using it except if you know what you are doing.", "experimental_warning": "Warning: this feature is experimental and not consider stable, you shouldn't be using it except if you know what you are doing.",
"filesystem": "Filesystem", "filesystem": "Filesystem",