aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2014-03-27 23:27:30 -0700
committerMatt Friedman <maf675@gmail.com>2014-03-27 23:27:30 -0700
commitba9bc9c7dc24e8c21f0c22c9e872214094d94425 (patch)
tree9b950c2094dce5692602b1c138d0d15d9ae579cd /phpBB/adm
parentc256d7a88d617116e540fb4881605375f4f3e307 (diff)
downloadforums-ba9bc9c7dc24e8c21f0c22c9e872214094d94425.tar
forums-ba9bc9c7dc24e8c21f0c22c9e872214094d94425.tar.gz
forums-ba9bc9c7dc24e8c21f0c22c9e872214094d94425.tar.bz2
forums-ba9bc9c7dc24e8c21f0c22c9e872214094d94425.tar.xz
forums-ba9bc9c7dc24e8c21f0c22c9e872214094d94425.zip
[ticket/12311] Use valid composer schema - license - for extensions
http://tracker.phpbb.com/browse/PHPBB3-12311 PHPBB3-12311
Diffstat (limited to 'phpBB/adm')
-rw-r--r--phpBB/adm/style/acp_ext_details.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_ext_details.html b/phpBB/adm/style/acp_ext_details.html
index 5141acd9fc..6aff4b29cc 100644
--- a/phpBB/adm/style/acp_ext_details.html
+++ b/phpBB/adm/style/acp_ext_details.html
@@ -41,8 +41,8 @@
</dl>
<!-- ENDIF -->
<dl>
- <dt><label>{L_LICENCE}{L_COLON}</label></dt>
- <dd><span id="meta_license">{META_LICENCE}</span></dd>
+ <dt><label>{L_LICENSE}{L_COLON}</label></dt>
+ <dd><span id="meta_license">{META_LICENSE}</span></dd>
</dl>
</fieldset>