FIX: Missing strings
This commit is contained in:
parent
f0c6d42765
commit
a2cd2da5b4
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{#if model.upToDate}}
|
{{#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}}
|
{{else}}
|
||||||
<div style='clear: both'>
|
<div style='clear: both'>
|
||||||
<button {{action "start"}} {{bind-attr disabled="model.upgrading"}} class='btn'>{{upgradeButtonText}}</button>
|
<button {{action "start"}} {{bind-attr disabled="model.upgrading"}} class='btn'>{{upgradeButtonText}}</button>
|
||||||
|
|
Loading…
Reference in New Issue