Rename undefined_words_per_minute variable to match one set in ui-text.yml

- Remove extra white-space
- Close #317
This commit is contained in:
Michael Rose 2016-06-07 11:32:11 -04:00
parent 083ab747e1
commit e863ee4150

View File

@ -13,5 +13,5 @@
{{ words | divided_by:site.words_per_minute }} {{ site.data.ui-text[site.locale].minutes_read }}
{% endif %}
{% else %}
{{ site.data.ui-text[site.locale].undefined_words_per_minute }}
{{ site.data.ui-text[site.locale].undefined_wpm }}
{% endif %}