From 2d5fdb717cf0c7b9d93c3e12bffc1447d2526bd5 Mon Sep 17 00:00:00 2001 From: Dave Smith Date: Thu, 25 May 2023 14:21:18 +0100 Subject: [PATCH 1/3] Update word and related tests --- .../src/components/link-control/index.js | 2 +- .../src/components/link-control/test/index.js | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/block-editor/src/components/link-control/index.js b/packages/block-editor/src/components/link-control/index.js index b9fa3038cda2fa..8d5860cd97a990 100644 --- a/packages/block-editor/src/components/link-control/index.js +++ b/packages/block-editor/src/components/link-control/index.js @@ -410,7 +410,7 @@ function LinkControl( { ! valueHasChanges || currentInputIsEmpty } > - { __( 'Apply' ) } + { __( 'Save' ) }