Rename Defense to Mitigation on sim (since that's what it is)

This commit is contained in:
Michael Cook (mackal)
2017-01-16 17:05:57 -05:00
parent 698a814fc3
commit 18e6e5e5e2
2 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -23,8 +23,8 @@
<input type="number" name="Offense" ng-model="offense"></input>
</div>
<div class="input-row">
<label>Defense:</label>
<input type="number" name="Defense" ng-model="defense"></input>
<label>Mitigation:</label>
<input type="number" name="mitigation" ng-model="mitigation"></input>
</div>
</body>
</html>