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',
|
className: 'btn btn-primary btn-small',
|
||||||
icon: 'arrow-left',
|
icon: 'arrow-left',
|
||||||
label: 'topic.timeline.back',
|
label: 'topic.timeline.back',
|
||||||
|
title: 'topic.timeline.back_description',
|
||||||
action: 'goBack'
|
action: 'goBack'
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
|
@ -1295,6 +1295,7 @@ en:
|
||||||
|
|
||||||
timeline:
|
timeline:
|
||||||
back: "Back"
|
back: "Back"
|
||||||
|
back_description: "Go back to first unread post"
|
||||||
replies: "%{current} / %{total} replies"
|
replies: "%{current} / %{total} replies"
|
||||||
replies_short: "%{current} / %{total}"
|
replies_short: "%{current} / %{total}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue