浏览代码

Shorten license warning, refs #592

Jordi Boggiano 9 年之前
父节点
当前提交
0552781ad0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Packagist/WebBundle/Resources/views/Package/viewPackage.html.twig

+ 1 - 1
src/Packagist/WebBundle/Resources/views/Package/viewPackage.html.twig

@@ -69,7 +69,7 @@
                     {% endif %}
 
                     {% if expandedVersion and not expandedVersion.license %}
-                        <div class="alert alert-danger">There is no license information available for the current version ({{ expandedVersion.version }}) of this package. Please contact the maintainer for more information.</div>
+                        <div class="alert alert-danger">There is no license information available for the latest version ({{ expandedVersion.version }}) of this package.</div>
                     {% endif %}
 
                     <p class="description">{{ package.description }}</p>