From a68e4bdbec9208722ac58ced3f6f1d98c1e2f61a Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Tue, 14 Oct 2025 18:43:56 +0300 Subject: [PATCH] chore(ribbon): add an icon to "Configure languages" --- apps/client/src/widgets/ribbon/BasicPropertiesTab.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/src/widgets/ribbon/BasicPropertiesTab.tsx b/apps/client/src/widgets/ribbon/BasicPropertiesTab.tsx index 0202f46e4..11a843233 100644 --- a/apps/client/src/widgets/ribbon/BasicPropertiesTab.tsx +++ b/apps/client/src/widgets/ribbon/BasicPropertiesTab.tsx @@ -310,6 +310,7 @@ function NoteLanguageSwitch({ note }: { note?: FNote | null }) { extraChildren={( setModalShown(true)} + icon="bx bx-cog" >{t("note_language.configure-languages")} )} >