Skip to content

Commit

Permalink
Corrected a typo on 'monthly' (Jigsaw-Code#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
qbunt authored and alalamav committed May 30, 2019
1 parent a29796b commit ee8a8f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<div>
<h3>Digital Ocean</h3>
<paper-input readonly value="[[serverLocation]]" label="Server location" hidden$="[[!serverLocation]]" always-float-label maxlength="100"></paper-input>
<paper-input readonly value="[[serverMonthlyCost]] USD/month" label="Montly cost" hidden$="[[!serverMonthlyCost]]" always-float-label maxlength="100"></paper-input>
<paper-input readonly value="[[serverMonthlyCost]] USD/month" label="Monthly cost" hidden$="[[!serverMonthlyCost]]" always-float-label maxlength="100"></paper-input>
<paper-input readonly value="[[serverMonthlyTransferLimit]]" label="Transfer limit" hidden$="[[!serverMonthlyTransferLimit]]" always-float-label maxlength="100"></paper-input>
</div>
</div>
Expand Down

0 comments on commit ee8a8f0

Please sign in to comment.