Skip to content

Commit

Permalink
Merge pull request #11581 from aspangaro/9.0_adh
Browse files Browse the repository at this point in the history
FIX Language key
  • Loading branch information
eldy committed Jul 30, 2019
2 parents c080878 + 7a9f2b4 commit 941b2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/adherents/card.php
Expand Up @@ -1161,7 +1161,7 @@ function initfieldrequired()
}
// Morphy
$morphys["phy"] = $langs->trans("Physical");
$morphys["mor"] = $langs->trans("Morale");
$morphys["mor"] = $langs->trans("Moral");
print '<tr><td><span class="fieldrequired">'.$langs->trans("Nature").'</span></td><td>';
print $form->selectarray("morphy", $morphys, (GETPOSTISSET("morphy")?GETPOST("morphy",'alpha'):$object->morphy));
print "</td></tr>";
Expand Down

0 comments on commit 941b2c5

Please sign in to comment.