mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05:00
extra newline in network details
This commit is contained in:
parent
f20a23b1a9
commit
5337ea457a
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