From 8a2da71cf7dfd5943615ef4c83dd4951755e65fd Mon Sep 17 00:00:00 2001 From: selul Date: Tue, 28 May 2019 12:42:19 +0300 Subject: [PATCH] fix: improve CDN domain label naming #97 --- inc/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/admin.php b/inc/admin.php index 654566d5..feeee9fc 100644 --- a/inc/admin.php +++ b/inc/admin.php @@ -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(