mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +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