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:
parent
083ab747e1
commit
e863ee4150
@ -13,5 +13,5 @@
|
|||||||
{{ words | divided_by:site.words_per_minute }} {{ site.data.ui-text[site.locale].minutes_read }}
|
{{ words | divided_by:site.words_per_minute }} {{ site.data.ui-text[site.locale].minutes_read }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ site.data.ui-text[site.locale].undefined_words_per_minute }}
|
{{ site.data.ui-text[site.locale].undefined_wpm }}
|
||||||
{% endif %}
|
{% endif %}
|
Loading…
Reference in New Issue
Block a user