Reword 'allow to' sentences

This commit is contained in:
Phil Davis
2023-05-18 09:48:29 +05:45
parent f19830e919
commit 4874da778c
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -373,7 +373,7 @@ func (g Service) ListRoles(c context.Context, req *settingssvc.ListBundlesReques
if err != nil {
return merrors.NotFound(g.id, "%s", err)
}
// TODO: only allow to list roles when user has account/role/... management permissions
// TODO: only allow listing roles when user has account/role/... management permissions
res.Bundles = r
return nil
}