Shun Miyazawa пре 3 година
родитељ
комит
5782fd60e7
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      packages/app/src/interfaces/activity.ts

+ 2 - 2
packages/app/src/interfaces/activity.ts

@@ -89,7 +89,7 @@ export const SmallActionGroup = {
   ACTION_PAGE_DELETE,
 } as const;
 
-// SmallActionGroup + Action by all general users - PAGE_VIEW
+// SmallActionGroup + Action by all General Users - PAGE_VIEW
 export const MediumActionGroup = {
   ...SmallActionGroup,
   ACTION_USER_PERSONAL_SETTINGS_UPDATE,
@@ -116,7 +116,7 @@ export const MediumActionGroup = {
   ACTION_COMMENT_REMOVE,
 } as const;
 
-// MediumActionGroup + All Actions by Admin User + PAGE_VIEW
+// MediumActionGroup + All Actions by Admin Users + PAGE_VIEW
 export const LargeActionGroup = {
   ...MediumActionGroup,
   ACTION_PAGE_VIEW,