mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Add missing place-holder {0} for Packaging error message.
This commit is contained in:
committed by
Zoltán Lehóczky
parent
2e9f9afdb9
commit
ae6030214d
@@ -161,7 +161,7 @@ namespace Orchard.Packaging.Controllers {
|
||||
}
|
||||
}
|
||||
catch (OrchardException e) {
|
||||
Services.Notifier.Error(T("Package uploading and installation failed: ", e.Message));
|
||||
Services.Notifier.Error(T("Package uploading and installation failed: {0}", e.Message));
|
||||
return View("InstallPackageFailed");
|
||||
}
|
||||
catch (Exception) {
|
||||
|
||||
Reference in New Issue
Block a user