mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/10390] Fix a type-o - captialize AJAX
AJAX should be capitalized where it appears in the ACP as the option: "Google AJAX API CDN" PHPBB3-10390
This commit is contained in:
parent
abb0f3f96d
commit
d4fe81f8f0
1 changed files with 1 additions and 1 deletions
|
@ -555,7 +555,7 @@ $lang = array_merge($lang, array(
|
|||
'JQUERY_HOST' => 'jQuery server',
|
||||
'JQUERY_HOST_EXPLAIN' => 'Load jQuery from your local server, or choose a remote copy hosted on a CDN (Content Delivery Network). If the CDN fails, phpBB will fall back to the local copy.',
|
||||
'JQUERY_HOST_LOCAL' => 'Localhost',
|
||||
'JQUERY_HOST_GOOGLE' => 'Google Ajax API CDN',
|
||||
'JQUERY_HOST_GOOGLE' => 'Google AJAX API CDN',
|
||||
'JQUERY_HOST_JQUERY' => 'jQuery CDN',
|
||||
'JQUERY_HOST_MS' => 'Microsoft CDN',
|
||||
));
|
||||
|
|
Loading…
Add table
Reference in a new issue