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