From 51de5eb0a22ed301ca69233e34a41f905e62b548 Mon Sep 17 00:00:00 2001 From: Vlad Timotei <65488419+vlad-timotei@users.noreply.github.com> Date: Thu, 6 May 2021 14:15:52 +0300 Subject: [PATCH] Typo in translator notes navigation instead of widgets --- packages/edit-navigation/src/components/layout/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/edit-navigation/src/components/layout/index.js b/packages/edit-navigation/src/components/layout/index.js index 6cb4be9099693d..57a2808b861d83 100644 --- a/packages/edit-navigation/src/components/layout/index.js +++ b/packages/edit-navigation/src/components/layout/index.js @@ -47,7 +47,7 @@ const interfaceLabels = { header: __( 'Navigation top bar' ), /* translators: accessibility text for the navigation screen content landmark region. */ body: __( 'Navigation menu blocks' ), - /* translators: accessibility text for the widgets screen settings landmark region. */ + /* translators: accessibility text for the navigation screen settings landmark region. */ sidebar: __( 'Navigation settings' ), };