Skip to content

Commit

Permalink
Hotfix: typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
Screenfeed committed Oct 5, 2017
1 parent 01b8ffe commit 7d5472f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions inc/functions/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -260,12 +260,12 @@ function imagify_translate_api_message( $message ) {
'Confirm your account to continue optimizing image' => __( 'Confirm your account to continue optimizing images.', 'imagify' ),
'Coupon doesn\'t exist' => __( 'Coupon does not exist.', 'imagify' ),
'Email field shouldn\'t be empty' => __( 'Email field should not be empty.', 'imagify' ),
'Error uploading to data Storage' => __( 'Error uploading to data Storage.', 'imagify' ),
'Error uploading to data Storage' => __( 'Error uploading to Data Storage.', 'imagify' ),
'Not able to connect to Data Storage API to get the token' => __( 'Unable to connect to Data Storage API to get the token.', 'imagify' ),
'Not able to connect to Data Storage API' => __( 'Unable to connect to Data Storage API.', 'imagify' ),
'Not able to retrieve the token from DataStorage API' => __( 'Unable to retrieve the token from DataStorage API.', 'imagify' ),
'Not able to retrieve the token from DataStorage API' => __( 'Unable to retrieve the token from Data Storage API.', 'imagify' ),
'This email is already registered, you should try another email' => __( 'This email is already registered, you should try another email.', 'imagify' ),
'This user doesn\'t exit' => __( 'This user does not exit.', 'imagify' ),
'This user doesn\'t exit' => __( 'This user does not exist.', 'imagify' ),
'Too many request, be patient' => __( 'Too many requests, please be patient.', 'imagify' ),
'Unable to regenerate access token' => __( 'Unable to regenerate access token.', 'imagify' ),
'User not valid' => __( 'User not valid.', 'imagify' ),
Expand Down

0 comments on commit 7d5472f

Please sign in to comment.