Эх сурвалжийг харах

Shorten license warning, refs #592

Jordi Boggiano 9 жил өмнө
parent
commit
0552781ad0

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

@@ -69,7 +69,7 @@
                     {% endif %}
                     {% endif %}
 
 
                     {% if expandedVersion and not expandedVersion.license %}
                     {% 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 %}
                     {% endif %}
 
 
                     <p class="description">{{ package.description }}</p>
                     <p class="description">{{ package.description }}</p>