Skip to content

Commit

Permalink
Merge pull request #2 from IWriteThings/patch-2
Browse files Browse the repository at this point in the history
Patch 2
  • Loading branch information
IWriteThings authored Jul 18, 2017
2 parents f8e52b0 + 2db8da0 commit b88de01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion classes/class-ep-dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ public function action_admin_enqueue_dashboard_scripts() {
$data['sync_paused'] = esc_html__( 'Sync paused', 'elasticpress' );
$data['sync_syncing'] = esc_html__( 'Syncing', 'elasticpress' );
$data['sync_initial'] = esc_html__( 'Starting sync', 'elasticpress' );
$data['sync_wpcli'] = esc_html__( "WP CLI sync is occuring. Refresh the page to see if it's finished", 'elasticpress' );
$data['sync_wpcli'] = esc_html__( "WP CLI sync is occurring. Refresh the page to see if it's finished", 'elasticpress' );
$data['sync_error'] = esc_html__( 'An error occured while syncing', 'elasticpress' );

wp_localize_script( 'ep_dashboard_scripts', 'epDash', $data );
Expand Down
4 changes: 2 additions & 2 deletions lang/elasticpress.pot
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ msgid "Starting sync"
msgstr ""

#: classes/class-ep-dashboard.php:743
msgid "WP CLI sync is occuring. Refresh the page to see if it's finished"
msgid "WP CLI sync is occurring. Refresh the page to see if it's finished"
msgstr ""

#: classes/class-ep-dashboard.php:744
Expand Down Expand Up @@ -497,4 +497,4 @@ msgstr ""

#. Author URI of the plugin/theme
msgid "http://10up.com"
msgstr ""
msgstr ""

0 comments on commit b88de01

Please sign in to comment.