mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Broken timeline back button title (#26604)
"[en.Go back to your last unread post]" ain't it 😉
This commit is contained in:
parent
01a0f8298f
commit
f296881703
@ -1,7 +1,6 @@
|
||||
<DButton
|
||||
@title={{i18n "topic.timeline.back_description"}}
|
||||
@action={{@onGoBack}}
|
||||
@label="topic.timeline.back"
|
||||
@title="topic.timeline.back_description"
|
||||
class="btn-primary btn-small back-button"
|
||||
>
|
||||
{{i18n "topic.timeline.back"}}
|
||||
</DButton>
|
||||
/>
|
Loading…
Reference in New Issue
Block a user