We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 664d68e commit 42e7b37Copy full SHA for 42e7b37
src/Umbraco.Web.UI.Client/src/packages/multi-url-picker/link-picker-modal/link-picker-modal.element.ts
@@ -242,7 +242,7 @@ export class UmbLinkPickerModalElement extends UmbModalBaseElement<UmbLinkPicker
242
<uui-button
243
data-mark="action:document"
244
look="placeholder"
245
- label=${this.localize.term('general_document')}
+ label=${this.localize.term('general_content')}
246
@click=${this.#triggerDocumentPicker}></uui-button>
247
248
data-mark="action:media"
0 commit comments