From 642b1c9f86d11ae518f5247b76b4cf3340e42bc6 Mon Sep 17 00:00:00 2001 From: George Mamadashvili Date: Tue, 30 May 2023 12:40:40 +0400 Subject: [PATCH] Link Control: Add missing translation (#51081) --- packages/block-editor/src/components/link-control/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-editor/src/components/link-control/index.js b/packages/block-editor/src/components/link-control/index.js index 8d5860cd97a990..b90f6d245d9539 100644 --- a/packages/block-editor/src/components/link-control/index.js +++ b/packages/block-editor/src/components/link-control/index.js @@ -383,7 +383,7 @@ function LinkControl( { __nextHasNoMarginBottom ref={ textInputRef } className="block-editor-link-control__setting block-editor-link-control__text-content" - label="Text" + label={ __( 'Text' ) } value={ internalControlValue?.title } onChange={ setInternalTextInputValue } onKeyDown={ handleSubmitWithEnter }