diff --git a/assets/src/dashboard/parts/connect/index.js b/assets/src/dashboard/parts/connect/index.js index c7759799..e0a2cbc7 100644 --- a/assets/src/dashboard/parts/connect/index.js +++ b/assets/src/dashboard/parts/connect/index.js @@ -197,6 +197,11 @@ const ConnectLayout = () => { > { optimoleDashboardApp.strings.api_exists } + +

diff --git a/inc/admin.php b/inc/admin.php index 5aa9fe1b..5f4ec391 100755 --- a/inc/admin.php +++ b/inc/admin.php @@ -1072,7 +1072,8 @@ private function get_dashboard_strings() { 'optimole-wp' ), 'notice_disabled_account' => sprintf( __( '%3$sYour account has been disabled due to exceeding quota.%4$s All images are being redirected to the original unoptimized URL. %5$sPlease %1$supgrade%2$s to re-activate the account.', 'optimole-wp' ), '', '', '', '', '
' ), - 'dashboard_menu_item' => __( 'Dashboard', 'optimole-wp' ), + 'signup_terms' => sprintf( __( 'By signing up, you agree to our %1$sTerms of Service %3$s and %2$sPrivacy Policy %3$s.', 'optimole-wp' ), '', '', '' ), + 'dashboard_menu_item' => __( 'Dashboard', 'optimole-wp' ), 'settings_menu_item' => __( 'Settings', 'optimole-wp' ), 'help_menu_item' => __( 'Help', 'optimole-wp' ), 'settings_exclusions_menu_item' => __( 'Exclusions', 'optimole-wp' ),