mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] uniformise strings following jibec comment
This commit is contained in:
parent
d121cff88a
commit
ba1357fb94
1 changed files with 3 additions and 3 deletions
|
@ -260,6 +260,6 @@
|
|||
"certmanager_no_cert_file" : "Unable to read certificate file for domain {domain:s} (file: {file:s})",
|
||||
"certmanager_conflicting_nginx_file": "Unable to prepare domain for ACME challenge : the nginx configuration file {filepath:s} is conflicting and should be removed first.",
|
||||
"domain_cannot_remove_main": "Cannot remove main domain. Set a new main domain first",
|
||||
"certmanager_self_ca_conf_file_not_found" : "Configuration file not found for self-signing CA ({file:s})",
|
||||
"certmanager_unable_to_parse_self_CA_name": "Unable to parse name of self-signing authority in {file:s}."
|
||||
"certmanager_self_ca_conf_file_not_found" : "Configuration file not found for self-signing authority (file: {file:s})",
|
||||
"certmanager_unable_to_parse_self_CA_name": "Unable to parse name of self-signing authority (file: {file:s})"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue