diff --git a/static/locales/en.client.json b/static/locales/en.client.json index 8d1117a4..ce481a82 100644 --- a/static/locales/en.client.json +++ b/static/locales/en.client.json @@ -965,5 +965,9 @@ }, "DescriptionConfig": { "DESCRIPTION": "DESCRIPTION" + }, + "PagePanels": { + "Close Creator Panel": "Close Creator Panel", + "Open Creator Panel": "Open Creator Panel" } } diff --git a/yarn.lock b/yarn.lock index 9db3e13c..71a16bcd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5698,13 +5698,6 @@ marked@4.2.12: resolved "https://registry.yarnpkg.com/marked/-/marked-4.2.12.tgz#d69a64e21d71b06250da995dcd065c11083bebb5" integrity sha512-yr8hSKa3Fv4D3jdZmtMMPghgVt6TWbk86WQaWhDloQjRSQhMMYCAro7jP7VDJrjjdV8pxVxMssXS8B8Y5DZ5aw== -matcher@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/matcher/-/matcher-3.0.0.tgz" - integrity sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng== - dependencies: - escape-string-regexp "^4.0.0" - md5.js@^1.3.4: version "1.3.5" resolved "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz"