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,