diff --git a/ui/v2.5/src/components/Settings/SettingsInterfacePanel/SettingsInterfacePanel.tsx b/ui/v2.5/src/components/Settings/SettingsInterfacePanel/SettingsInterfacePanel.tsx
index 05e92458c..10f7178e5 100644
--- a/ui/v2.5/src/components/Settings/SettingsInterfacePanel/SettingsInterfacePanel.tsx
+++ b/ui/v2.5/src/components/Settings/SettingsInterfacePanel/SettingsInterfacePanel.tsx
@@ -110,6 +110,7 @@ export const SettingsInterfacePanel: React.FC = () => {
+
diff --git a/ui/v2.5/src/locales/index.ts b/ui/v2.5/src/locales/index.ts
index bf6fd19b4..23387cbd6 100644
--- a/ui/v2.5/src/locales/index.ts
+++ b/ui/v2.5/src/locales/index.ts
@@ -18,6 +18,7 @@ export const localeLoader = {
plPL: () => import("./pl-PL.json"),
daDK: () => import("./da-DK.json"),
koKR: () => import("./ko-KR.json"),
+ ukUA: () => import("./uk-UA.json"),
// eslint-disable-next-line @typescript-eslint/no-explicit-any
} as { [key: string]: any };