@@ -46,12 +46,12 @@ public static function maybe_translate($raw_string)
4646 {
4747 $ map = array (
4848 'auto_alias_failed_cdn ' =>
49- __ ('Unable to automatically add %1$s as a Domain Alias for main %2$s domain, due to potential CDN conflict. ' , 'litespeed-cache ' ) .
49+ __ ('Unable to automatically add %1$s as a Domain Alias for main %2$s domain, due to potential CDN conflict. ' , 'litespeed-cache ' ) .
5050 ' ' .
5151 Doc::learn_more ('https://quic.cloud/docs/cdn/dns/how-to-setup-domain-alias/ ' , false , false , false , true ),
5252
5353 'auto_alias_failed_uid ' =>
54- __ ('Unable to automatically add %1$s as a Domain Alias for main %2$s domain. ' , 'litespeed-cache ' ) .
54+ __ ('Unable to automatically add %1$s as a Domain Alias for main %2$s domain. ' , 'litespeed-cache ' ) .
5555 ' ' .
5656 __ ('Alias is in use by another QUIC.cloud account. ' , 'litespeed-cache ' ) .
5757 ' ' .
@@ -100,7 +100,7 @@ public static function title($id)
100100 self ::O_CACHE_TTL_REST => __ ('Default REST TTL ' , 'litespeed-cache ' ),
101101 self ::O_CACHE_TTL_STATUS => __ ('Default HTTP Status Code Page TTL ' , 'litespeed-cache ' ),
102102 self ::O_CACHE_TTL_BROWSER => __ ('Browser Cache TTL ' , 'litespeed-cache ' ),
103- self ::O_CACHE_POST_TTL => __ ('POST Cache TTL ' , 'litespeed-cache ' ),
103+ self ::O_CACHE_AJAX_TTL => __ ('AJAX Cache TTL ' , 'litespeed-cache ' ),
104104 self ::O_AUTO_UPGRADE => __ ('Automatically Upgrade ' , 'litespeed-cache ' ),
105105 self ::O_GUEST => __ ('Guest Mode ' , 'litespeed-cache ' ),
106106 self ::O_GUEST_OPTM => __ ('Guest Optimization ' , 'litespeed-cache ' ),
0 commit comments