You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'privacyPolicyError' => sprintf( \esc_html__( 'You need to agree with the privacy policy to use the %s plugin.', 'progress-planner' ), \esc_html( \progress_planner()->get_ui__branding()->get_admin_menu_name() ) ),
318
-
'dashboard' => \esc_html__( 'Take me to the dashboard', 'progress-planner' ),
318
+
/* translators: %s: arrow icon */
319
+
'dashboard' => sprintf( \esc_html__( 'Take me to the dashboard %s', 'progress-planner' ), '<span class="dashicons dashicons-arrow-right-alt2"></span>' ),
319
320
'backToRecommendations' => \esc_html__( 'Back to recommendations', 'progress-planner' ),
<h3><?php\esc_html_e( 'Are you sure you want to quit?', 'progress-planner' ); ?></h3>
25
25
<p>
26
26
<?php
27
27
/* translators: %s: Progress Planner name. */
28
-
\printf( \esc_html__( 'You need to finish the onboarding before you can work with the %s and start improving your site.', 'progress-planner' ), \esc_html( \progress_planner()->get_ui__branding()->get_admin_menu_name() ) );
28
+
\printf( \esc_html__( 'You need to finish the onboarding before you can work with the %s plugin and start improving your site.', 'progress-planner' ), \esc_html( \progress_planner()->get_ui__branding()->get_admin_menu_name() ) );
0 commit comments