Skip to content

Commit

Permalink
Content: replace all instances of "backend" by "back end"
Browse files Browse the repository at this point in the history
Also fixing instances of "back-end" at the same time.
  • Loading branch information
ntwb authored and jeherve committed Jan 30, 2017
1 parent 49242cd commit cac6b0c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions _inc/jetpack-strings.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
__( "Site Verification Tools", "jetpack" ), // _inc/client/at-a-glance/site-verification.jsx:21
__( "Need help? A Happiness Engineer can answer questions about your site, your account or how to do about anything.", "jetpack" ), // _inc/client/plans/plan-body.jsx:120
__( "Enjoy priority support", "jetpack" ), // _inc/client/plans/plan-body.jsx:119
__( "Bulletproof spam filtering protects your brand, your readers, and improves SEO. Brute force login protection helps maintain peace of mind and keeps your backend safe from intruders.", "jetpack" ), // _inc/client/plans/plan-body.jsx:115
__( "Bulletproof spam filtering protects your brand, your readers, and improves SEO. Brute force login protection helps maintain peace of mind and keeps your back end safe from intruders.", "jetpack" ), // _inc/client/plans/plan-body.jsx:115
__( "Lock out the bad guys", "jetpack" ), // _inc/client/plans/plan-body.jsx:114
__( "Realtime backup with unlimited space, one-click restores, bulletproof spam monitoring, malware defense and brute-force login protection - all in one place and optimized for WordPress.", "jetpack" ), // _inc/client/plans/plan-body.jsx:111
__( "Maximum grade security", "jetpack" ), // _inc/client/plans/plan-body.jsx:110
Expand Down Expand Up @@ -428,4 +428,4 @@
__( "Need help? The Jetpack team is here for you.", "jetpack" ), // _inc/client/components/support-card/index.jsx:39
__( "Jetpack Happiness Engineer", "jetpack" ), // _inc/client/components/support-card/index.jsx:33
);
/* THIS IS THE END OF THE GENERATED FILE */
/* THIS IS THE END OF THE GENERATED FILE */
2 changes: 1 addition & 1 deletion modules/post-by-email.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ function delete_post_by_email_address() {
}

/**
* Backend function to abstract the xmlrpc function calls to wpcom.
* Back end function to abstract the xmlrpc function calls to wpcom.
*
* @param $endpoint
* @param $error_message
Expand Down
2 changes: 1 addition & 1 deletion modules/widgets/blog-stats.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function get_stats() {
}

/**
* Back-end widget form.
* Back end widget form.
*
* @see WP_Widget::form()
*
Expand Down
2 changes: 1 addition & 1 deletion modules/widgets/image-widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public function update( $new_instance, $old_instance ) {
}

/**
* Back-end widget form.
* Back end widget form.
*
* @see WP_Widget::form()
*
Expand Down
2 changes: 1 addition & 1 deletion modules/widgets/my-community.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function enqueue_style() {
}

/**
* Back-end widget form.
* Back end widget form.
*
* @see WP_Widget::form()
*
Expand Down
2 changes: 1 addition & 1 deletion modules/widgets/twitter-timeline.php
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ public function get_docs_link( $hash = '' ) {
}

/**
* Back-end widget form.
* Back end widget form.
*
* @see WP_Widget::form()
*
Expand Down

0 comments on commit cac6b0c

Please sign in to comment.