FIX: Broken timeline back button title (#26604)

"[en.Go back to your last unread post]" ain't it 😉
This commit is contained in:
Jarek Radosz 2024-04-12 10:36:07 +02:00 committed by GitHub
parent 01a0f8298f
commit f296881703
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 4 deletions

View File

@ -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>
/>