Skip to content

Commit

Permalink
Merge pull request #314 from KZeni/patch-1
Browse files Browse the repository at this point in the history
Update wording of the serverOffline message.
  • Loading branch information
westonruter authored Jul 22, 2020
2 parents 97b83c0 + af9feb7 commit b02eb65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-includes/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ function wp_service_worker_get_error_messages() {
'wp_service_worker_error_messages',
array(
'clientOffline' => __( 'It seems you are offline. Please check your internet connection and try again.', 'pwa' ),
'serverOffline' => __( 'The server appears to be down. Please try again later.', 'pwa' ),
'serverOffline' => __( 'The server appears to be down, or your connection isn\'t working as expected. Please try again later.', 'pwa' ),
'error' => __( 'Something prevented the page from being rendered. Please try again.', 'pwa' ),
'comment' => __( 'Your comment will be submitted once you are back online!', 'pwa' ),
)
Expand Down

0 comments on commit b02eb65

Please sign in to comment.