diff --git a/locales/en.json b/locales/en.json
index fbfdb18b3..97425a4bd 100644
--- a/locales/en.json
+++ b/locales/en.json
@@ -208,10 +208,10 @@
"iptables_unavailable": "You cannot play with iptables here. You are either in a container or your kernel does not support it",
"log_corrupted_md_file": "The yaml metadata file associated with logs is corrupted : '{md_file}'",
"log_category_404": "The log category '{category}' does not exist",
- "log_link_to_log": "Complete log of this operation: '{desc}'",
- "log_help_to_get_log": "To view complete log of the operation '{desc}', run: 'yunohost log display {name}'",
- "log_link_to_failed_log": "The operation '{desc}' has failed ! To get help please give the complete log",
- "log_help_to_get_failed_log": "The operation '{desc}' has failed ! To get help please give the complete log of the operation, you can get it by running: 'yunohost log display {name}'",
+ "log_link_to_log": "Full log of this operation: '{desc}'",
+ "log_help_to_get_log": "To view the log of the operation '{desc}', use the command 'yunohost log display {name}'",
+ "log_link_to_failed_log": "The operation '{desc}' has failed ! To get help, please provide the full log of this operation",
+ "log_help_to_get_failed_log": "The operation '{desc}' has failed ! To get help, please provide the full log of this operation. It can be obtained with the command 'yunohost log display {name}'",
"log_category_404": "The log category '{category}' does not exist",
"log_does_exists": "There is not operation log with the name '{log}', use 'yunohost log list to see all available operation logs'",
"log_operation_unit_unclosed_properly": "Operation unit has not been closed properly",