mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
#19252: Adding Dot as a fake checkin to close issue.
Work Item: 19252 --HG-- branch : 1.x
This commit is contained in:
@@ -105,7 +105,7 @@ namespace Orchard.Widgets.Controllers {
|
||||
}
|
||||
|
||||
private bool IsAuthorizedToManageWidgets() {
|
||||
return Services.Authorizer.Authorize(Permissions.ManageWidgets, T("Not authorized to manage widgets"));
|
||||
return Services.Authorizer.Authorize(Permissions.ManageWidgets, T("Not authorized to manage widgets."));
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user