From b221baff823f823766fe458e1d8d95a3ecf86836 Mon Sep 17 00:00:00 2001 From: Tessa Thornton Date: Fri, 17 Jul 2020 11:14:52 -0400 Subject: [PATCH] [CORL-1194] correct typo in config (#3030) * correct typo in config * update snap --- .../admin/test/configure/__snapshots__/general.spec.tsx.snap | 2 +- src/locales/en-US/admin.ftl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/client/admin/test/configure/__snapshots__/general.spec.tsx.snap b/src/core/client/admin/test/configure/__snapshots__/general.spec.tsx.snap index 2c470d8d5..19e2d8063 100644 --- a/src/core/client/admin/test/configure/__snapshots__/general.spec.tsx.snap +++ b/src/core/client/admin/test/configure/__snapshots__/general.spec.tsx.snap @@ -1516,7 +1516,7 @@ appears on the comment stream and in the admin interface. - Embeded media + Embedded media
diff --git a/src/locales/en-US/admin.ftl b/src/locales/en-US/admin.ftl index 8cb406770..96988e27a 100644 --- a/src/locales/en-US/admin.ftl +++ b/src/locales/en-US/admin.ftl @@ -387,7 +387,7 @@ configure-general-sitewideCommenting-messageExplanation = Write a message that will be displayed when comment streams are closed sitewide #### Embed Links -configure-general-embedLinks-title = Embeded media +configure-general-embedLinks-title = Embedded media configure-general-embedLinks-desc = Allow commenters to add a YouTube video, Tweet or GIF from GIPHY's library to the end of their comment configure-general-embedLinks-enableTwitterEmbeds = Allow Twitter embeds configure-general-embedLinks-enableYouTubeEmbeds = Allow YouTube embeds