mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Add title text on back button on timeline
This commit is contained in:
@@ -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}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user