Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Mat committed Jul 26, 2017
1 parent d46d29f commit 5c21f1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
@@ -1,5 +1,5 @@
{
"name": "f5sites/woocommerce-wpmu-subscriptio-check",
"name": "f5sites/f5sites-woocommerce-wpmu-subscriptio-check",
"version": "0.1",
"description": "Integrates WooCommerce Subscriptio (the cheaper one) with WPMU, checking and associating a SUBSCRIPTION (wp post object) when creating a new WPMU site in network, for fastening and automated subsite creation by front-end user. Compatible with another F5 Sites WP Plugin -> Shared WordPress Posts And Taxonomies + Uploads Folder. Not testes outside FNETWORK. WordPress F5 Sites DEV projects.",
"type": "wordpress-plugin",
Expand Down
Expand Up @@ -85,7 +85,7 @@ function teamTypeSelect($defaultValue) {
<h2>Type of team</h2>
<p>You can choose the type of your team to compete in ranking, it does not affect the cost.</p>
<?php
$teamTypesArray = array("Small Office", "Freelancer", "Startup", "Corporation", "Educational Institute");
$teamTypesArray = array("Small Office", "Freelancer", "Startup", "Corporation", "Educational Institute", "Study Group");
//
echo '<select name="teamType">';
foreach ($teamTypesArray as $type) {
Expand Down

0 comments on commit 5c21f1e

Please sign in to comment.