From a330e3cecc8203f3d4a5fa0cba5b359a60a319ed Mon Sep 17 00:00:00 2001 From: Embbnux Ji Date: Tue, 17 Dec 2024 17:59:00 +0800 Subject: [PATCH] misc: add beta for smart note setting --- src/components/SettingsPanel/SettingsPanel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SettingsPanel/SettingsPanel.tsx b/src/components/SettingsPanel/SettingsPanel.tsx index 5f4c562a..4ac09ff1 100644 --- a/src/components/SettingsPanel/SettingsPanel.tsx +++ b/src/components/SettingsPanel/SettingsPanel.tsx @@ -422,7 +422,7 @@ export const SettingsPanel: FunctionComponent = ({ }, { id: 'smartNote', type: 'switch', - name: 'Smart Note', + name: 'Smart Note (Beta)', description: 'Show smart note widget during a call', dataSign: 'SmartNote (Beta)', show: showSmartNoteSetting,