Skip to content

Commit

Permalink
Merge pull request boknows#13 from alistair-marshall/integers-to-numbers
Browse files Browse the repository at this point in the history
Change warnings from 'integers' to 'numbers'
  • Loading branch information
alistair-marshall authored Mar 13, 2020
2 parents 3da28b8 + 668c3a7 commit 9fbc50c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ <h1 class="text-center">The Crowdsourced FIRE Simulator (cFIREsim) - Open Source
</div>
<div class="alert alert-danger" role="alert" id="dataRateError" style="display:none">
<span class="sr-only">Error:</span>
Market Growth must be a positive integer.
Market Growth must be a positive number.
</div>
<div class="panel-body">
<label>
Expand Down Expand Up @@ -300,7 +300,7 @@ <h1 class="text-center">The Crowdsourced FIRE Simulator (cFIREsim) - Open Source
<div class="panel-body">
<div class="alert alert-danger" role="alert" id="portfolioError" style="display:none">
<span class="sr-only">Error:</span>
Portfolio must be a positive integer.
Portfolio must be a positive number.
</div>
<label>Portfolio Value:<input type="number" class="form-control" ng-model="data.portfolio.initial"></label>
<div class="panel panel-default">
Expand Down Expand Up @@ -465,7 +465,7 @@ <h1 class="text-center">The Crowdsourced FIRE Simulator (cFIREsim) - Open Source
</div>
<div class="alert alert-danger" role="alert" id="initialSpendingError" style="display:none">
<span class="sr-only">Error:</span>
Initial Spending amount must be a positive integer.
Initial Spending amount must be a positive number.
</div>
<div class="panel-body">
<label>
Expand Down Expand Up @@ -721,7 +721,7 @@ <h1 class="text-center">The Crowdsourced FIRE Simulator (cFIREsim) - Open Source
</div>
<div class="alert alert-danger" role="alert" id="ssValueError" style="display:none">
<span class="sr-only">Error:</span>
Amount must be a positive integer.
Amount must be a positive number.
</div>
<div class="row">
<div class="col-md-4">
Expand Down Expand Up @@ -770,11 +770,11 @@ <h1 class="text-center">The Crowdsourced FIRE Simulator (cFIREsim) - Open Source
</div>
<div class="alert alert-danger" role="alert" id="pensionsValueError" style="display:none">
<span class="sr-only">Error:</span>
Amount must be a positive integer.
Amount must be a positive number.
</div>
<div class="alert alert-danger" role="alert" id="pensionsRateError" style="display:none">
<span class="sr-only">Error:</span>
Pension inflation rate must be a positive integer.
Pension inflation rate must be a positive number.
</div>
<table class="table">
<thead>
Expand Down Expand Up @@ -846,11 +846,11 @@ <h1 class="text-center">The Crowdsourced FIRE Simulator (cFIREsim) - Open Source
</div>
<div class="alert alert-danger" role="alert" id="extraIncomeRateError" style="display:none">
<span class="sr-only">Error:</span>
Extra Income inflation rate must be a positive integer.
Extra Income inflation rate must be a positive number.
</div>
<div class="alert alert-danger" role="alert" id="extraIncomeValueError" style="display:none">
<span class="sr-only">Error:</span>
Amount must be a positive integer.
Amount must be a positive number.
</div>
<div class="alert alert-danger" role="alert" id="extraIncomeError" style="display:none">
<span class="sr-only">Error:</span>
Expand Down Expand Up @@ -958,11 +958,11 @@ <h1 class="text-center">The Crowdsourced FIRE Simulator (cFIREsim) - Open Source
</div>
<div class="alert alert-danger" role="alert" id="extraSpendingValueError" style="display:none">
<span class="sr-only">Error:</span>
Amount must be a positive integer.
Amount must be a positive number.
</div>
<div class="alert alert-danger" role="alert" id="extraSpendingRateError" style="display:none">
<span class="sr-only">Error:</span>
Inflation Rate for Spending must be a positive integer.
Inflation Rate for Spending must be a positive number.
</div>
<div class="panel-body">
<table class="table">
Expand Down

0 comments on commit 9fbc50c

Please sign in to comment.