mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
19275: Fixed typo
--HG-- branch : 1.x
This commit is contained in:
@@ -230,7 +230,7 @@ namespace Orchard.Themes.Controllers {
|
||||
try {
|
||||
_reportsCoordinator.Register("Data Migration", "Upgrade " + themeId, "Orchard installation");
|
||||
_dataMigrationManager.Update(themeId);
|
||||
Services.Notifier.Information(T("The theme {0} was updated succesfuly", themeId));
|
||||
Services.Notifier.Information(T("The theme {0} was updated successfully", themeId));
|
||||
} catch (Exception exception) {
|
||||
Logger.Error(T("An error occured while updating the theme {0}: {1}", themeId, exception.Message).Text);
|
||||
Services.Notifier.Error(T("An error occured while updating the theme {0}: {1}", themeId, exception.Message));
|
||||
|
Reference in New Issue
Block a user