FIX: Missing strings

This commit is contained in:
Robin Ward 2015-05-29 13:32:54 -04:00
parent f0c6d42765
commit a2cd2da5b4
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
{{/if}}
{{#if model.upToDate}}
<p>{{name}} is at the newest version {{fmt-commit version url}}.</p>
<p>{{model.name}} is at the newest version {{fmt-commit model.version model.url}}.</p>
{{else}}
<div style='clear: both'>
<button {{action "start"}} {{bind-attr disabled="model.upgrading"}} class='btn'>{{upgradeButtonText}}</button>