diff --git a/packages/pl-fe/src/features/compose/editor/plugins/floating-text-format-toolbar-plugin.tsx b/packages/pl-fe/src/features/compose/editor/plugins/floating-text-format-toolbar-plugin.tsx
index 61de50137..86bfd4011 100644
--- a/packages/pl-fe/src/features/compose/editor/plugins/floating-text-format-toolbar-plugin.tsx
+++ b/packages/pl-fe/src/features/compose/editor/plugins/floating-text-format-toolbar-plugin.tsx
@@ -406,7 +406,7 @@ const TextFormatFloatingToolbar = ({
}}
active={isBold}
aria-label={intl.formatMessage(messages.formatBold)}
- aria-label={intl.formatMessage(messages.formatBold)}
+ title={intl.formatMessage(messages.formatBold)}
icon={require('@phosphor-icons/core/regular/text-b.svg')}
/>
>