- {groupIsGlobal === true && (
-
- )}
+ >
+ {groupIsGlobal === true && (
+
+
-
+ )}
@@ -79,7 +81,7 @@ function ChatGroupItem({
ref={triggerButtonRef}
id={`prompt-actions-${group._id}`}
type="button"
- aria-label={localize('com_ui_sr_actions_menu', { name: group.name })}
+ aria-label={localize('com_ui_sr_actions_menu', { 0: group.name })}
onClick={(e) => {
e.stopPropagation();
}}
diff --git a/client/src/components/Prompts/Groups/GroupSidePanel.tsx b/client/src/components/Prompts/Groups/GroupSidePanel.tsx
index 6001a1565f..1eca604af1 100644
--- a/client/src/components/Prompts/Groups/GroupSidePanel.tsx
+++ b/client/src/components/Prompts/Groups/GroupSidePanel.tsx
@@ -55,7 +55,7 @@ export default function GroupSidePanel({
/>
)}
-
+
{children}
{snippet}
diff --git a/client/src/components/SidePanel/Agents/AdminSettings.tsx b/client/src/components/SidePanel/Agents/AdminSettings.tsx
index 103a4283f1..7bc064685f 100644
--- a/client/src/components/SidePanel/Agents/AdminSettings.tsx
+++ b/client/src/components/SidePanel/Agents/AdminSettings.tsx
@@ -152,7 +152,7 @@ const AdminSettings = () => {
diff --git a/client/src/components/SidePanel/Agents/Advanced/AdvancedButton.tsx b/client/src/components/SidePanel/Agents/Advanced/AdvancedButton.tsx
index 07f73fd2bb..8ce635d6a8 100644
--- a/client/src/components/SidePanel/Agents/Advanced/AdvancedButton.tsx
+++ b/client/src/components/SidePanel/Agents/Advanced/AdvancedButton.tsx
@@ -15,7 +15,7 @@ const AdvancedButton: React.FC = ({ setActivePanel }) => {