UX: Remove extraneous ellipsis after "loading"
The "loading" string already contains an ellipsis: 5990c71c29/config/locales/client.en.yml (L1480)
This commit is contained in:
parent
5990c71c29
commit
02e6f4c5d4
|
@ -89,7 +89,7 @@
|
||||||
|
|
|
|
||||||
<a href {{action "preview" buffered "true"}}>{{i18n "admin.badges.preview.plan_text"}}</a>
|
<a href {{action "preview" buffered "true"}}>{{i18n "admin.badges.preview.plan_text"}}</a>
|
||||||
{{#if preview_loading}}
|
{{#if preview_loading}}
|
||||||
{{i18n "loading"}}...
|
{{i18n "loading"}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Reference in New Issue