fix: Reflow onboarding typo fix (#10543)

* fixing reflow on boarding typo
This commit is contained in:
rahulramesha 2022-01-21 20:08:47 +05:30 committed by GitHub
parent 1b858bcf5c
commit 302cdf0d03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -882,7 +882,7 @@ export const TEST_EMAIL_SUCCESS_TROUBLESHOOT = () => "Troubleshoot";
export const TEST_EMAIL_FAILURE = () => "Sending Test Email Failed";
//Reflow Beta Screen
export const REFLOW_BETA_CHECKBOX_LABEL = () =>
"Turn on new drag & drop exprerience";
"Turn on new drag & drop experience";
export const REFLOW_INFO_CARD_HEADER = () => "New Drag & Drop Experience";
export const REFLOW_INFO_CARD_CONTENT_1 = () =>
"When dropping a new widget, other widgets now automatically move out of the way.";