mirror of
https://github.com/discourse/discourse.git
synced 2026-07-29 23:58:12 -05:00
UX: Remove extraneous ellipsis after "loading"
The "loading" string already contains an ellipsis: https://github.com/discourse/discourse/blob/5990c71c299769437347d46c64d6c94504e49c3b/config/locales/client.en.yml#L1480
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
|
|
||||
<a href {{action "preview" buffered "true"}}>{{i18n "admin.badges.preview.plan_text"}}</a>
|
||||
{{#if preview_loading}}
|
||||
{{i18n "loading"}}...
|
||||
{{i18n "loading"}}
|
||||
{{/if}}
|
||||
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user