diff --git a/assets/src/parts/connect/index.js b/assets/src/parts/connect/index.js index c7759799..e0a2cbc7 100644 --- a/assets/src/parts/connect/index.js +++ b/assets/src/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 77ea1712..5bd29d93 100755 --- a/inc/admin.php +++ b/inc/admin.php @@ -988,6 +988,7 @@ 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' ), '', '', '', '', '
' ), + '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' ),