Skip to content

Commit

Permalink
fix: remove CDN name for the domain fix #97
Browse files Browse the repository at this point in the history
  • Loading branch information
selul committed May 29, 2019
1 parent 7d1a42e commit de303fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/admin.php
Expand Up @@ -498,7 +498,7 @@ private function get_dashboard_strings() {
'usage' => __( 'Monthly Usage', 'optimole-wp' ),
'quota' => __( 'Monthly Quota', 'optimole-wp' ),
'logged_in_as' => __( 'Logged in as', 'optimole-wp' ),
'private_cdn_url' => __( 'Private CDN url', 'optimole-wp' ),
'private_cdn_url' => __( 'Images domain', 'optimole-wp' ),
'options' => __( 'Options', 'optimole-wp' ),
'notification_message_register' => __( 'We have sent you an email with the API key. Please copy and paste the key in the field below.', 'optimole-wp' ),
'account_needed_title' => sprintf(
Expand Down

0 comments on commit de303fb

Please sign in to comment.