From 0ba66d6531810799a73e342376751e361ce28cc1 Mon Sep 17 00:00:00 2001 From: Ramesh Mane <101566080+rameshmane7218@users.noreply.github.com> Date: Wed, 28 Jan 2026 11:20:39 +0000 Subject: [PATCH] fix: update inherit role description --- packages/nc-gui/lang/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nc-gui/lang/en.json b/packages/nc-gui/lang/en.json index a0518c4299..d0e365f689 100644 --- a/packages/nc-gui/lang/en.json +++ b/packages/nc-gui/lang/en.json @@ -564,7 +564,7 @@ "editor": "Can add, edit, and delete records, but cannot modify base configurations", "commenter": "Can view and comment on records within the base", "viewer": "Can only view records within the base", - "inherit": "Will inherit role in this order: base level team or workspace level team or workspace member role", + "inherit": "Inherits role from base team or workspace team or workspace member", "no-access": "No access to this base", "super": "Full access to all", "org-level-creator": "Can fully configure and edit bases",