mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 00:09:23 +08:00
UX: Add title text on back button on timeline
This commit is contained in:
parent
a6b2f5ddba
commit
0e3b275684
@ -21,6 +21,7 @@ createWidget('timeline-last-read', {
|
||||
className: 'btn btn-primary btn-small',
|
||||
icon: 'arrow-left',
|
||||
label: 'topic.timeline.back',
|
||||
title: 'topic.timeline.back_description',
|
||||
action: 'goBack'
|
||||
})
|
||||
];
|
||||
|
@ -1295,6 +1295,7 @@ en:
|
||||
|
||||
timeline:
|
||||
back: "Back"
|
||||
back_description: "Go back to first unread post"
|
||||
replies: "%{current} / %{total} replies"
|
||||
replies_short: "%{current} / %{total}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user