Skip to content

Commit d60fb36

Browse files
committed
Localize selected toolbar button labels
1 parent 1c72f02 commit d60fb36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/rte/tiptap/property-editors/property-editor-ui-tiptap-toolbar-configuration.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export class UmbPropertyEditorUiTiptapToolbarConfigurationElement
220220
if (!extension) return nothing;
221221
return html`
222222
<div
223-
title=${extension.label}
223+
title=${this.localize.string(extension.label)}
224224
class="item"
225225
draggable="true"
226226
@dragend=${this.#onDragEnd}

0 commit comments

Comments
 (0)