diff --git wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/projects-wp-plugins-language-packs.php wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/projects-wp-plugins-language-packs.php
index 6847a415..e9f0bccd 100644
|
|
gp_tmpl_header(); |
59 | 59 | } |
60 | 60 | echo '</ul>'; |
61 | 61 | } else { |
62 | | echo '<p>The are no language packs yet.</p>'; |
| 62 | echo '<p>There are no language packs yet.</p>'; |
63 | 63 | } |
64 | 64 | ?> |
65 | 65 | </div> |
diff --git wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/projects-wp-themes-language-packs.php wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/projects-wp-themes-language-packs.php
index 73130214..f7b0794a 100644
|
|
gp_tmpl_header(); |
59 | 59 | } |
60 | 60 | echo '</ul>'; |
61 | 61 | } else { |
62 | | echo '<p>The are no language packs yet.</p>'; |
| 62 | echo '<p>There are no language packs yet.</p>'; |
63 | 63 | } |
64 | 64 | ?> |
65 | 65 | </div> |