mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
extra newline in network details
This commit is contained in:
parent
67942b54f5
commit
b4c3bf99ab
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ impl AnkiError {
|
|||
NetworkErrorKind::Other => i18n.tr(FString::NetworkOther),
|
||||
};
|
||||
let details = i18n.trn(FString::NetworkDetails, tr_strs!["details"=>info]);
|
||||
format!("{}\n{}", summary, details)
|
||||
format!("{}\n\n{}", summary, details)
|
||||
}
|
||||
AnkiError::TemplateError { info } => {
|
||||
// already localized
|
||||
|
|
Loading…
Reference in a new issue