mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
#19252: Adding Dot as a fake checkin to close issue.
Work Item: 19252 --HG-- branch : 1.x
This commit is contained in:
parent
bacf3176af
commit
cd125b2e86
@ -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."));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user