From e2644ff8d4538263d5c2ae6f1e4422397615f592 Mon Sep 17 00:00:00 2001
From: Dmitriy-Litvinenko <Dmitriy_Litvinenko@epam.com>
Date: Tue, 14 Jan 2025 14:07:52 +0200
Subject: [PATCH] UIU-3309: Rename permission after BE changes

---
 package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 11b747c9d..c1aecc62c 100644
--- a/package.json
+++ b/package.json
@@ -564,7 +564,7 @@
         "replaces": ["ui-users.manual_pay"],
         "subPermissions": [
           "ui-users.accounts.all",
-          "ui-users.feefineactions.all",
+          "ui-users.fee-fine-actions.all",
           "comments.collection.get",
           "comments.item.get",
           "payments.collection.get",
@@ -582,7 +582,7 @@
         "replaces": ["ui-users.manual_waive"],
         "subPermissions": [
           "ui-users.accounts.all",
-          "ui-users.feefineactions.all",
+          "ui-users.fee-fine-actions.all",
           "comments.collection.get",
           "comments.item.get",
           "waives.collection.get",