diff --git a/packages/desktop-client/src/components/sidebar/Account.tsx b/packages/desktop-client/src/components/sidebar/Account.tsx index 95cb911f60..0c095ae16e 100644 --- a/packages/desktop-client/src/components/sidebar/Account.tsx +++ b/packages/desktop-client/src/components/sidebar/Account.tsx @@ -62,6 +62,7 @@ type AccountProps> = { outerStyle?: CSSProperties; onDragChange?: OnDragChangeCallback<{ id: string }>; onDrop?: OnDropCallback; + titleAccount?: boolean; }; export function Account>({ @@ -77,6 +78,7 @@ export function Account>({ outerStyle, onDragChange, onDrop, + titleAccount, }: AccountProps) { const type = account ? account.closed @@ -178,7 +180,7 @@ export function Account>({ )} @@ -138,6 +139,7 @@ export function Accounts() { marginTop: 13, marginBottom: 5, }} + titleAccount={true} /> )} diff --git a/upcoming-release-notes/4417.md b/upcoming-release-notes/4417.md new file mode 100644 index 0000000000..275a004e6e --- /dev/null +++ b/upcoming-release-notes/4417.md @@ -0,0 +1,6 @@ +--- +category: Bugfix +authors: [lelemm] +--- + +Fix `On budget` / `Off budget` underline with translated languages