UX: Add title text on back button on timeline

This commit is contained in:
Robin Ward 2016-05-24 17:07:39 -04:00
parent a6b2f5ddba
commit 0e3b275684
No known key found for this signature in database
GPG Key ID: 0E091E2B4ED1B83D
2 changed files with 2 additions and 0 deletions

View File

@ -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'
})
];

View File

@ -1295,6 +1295,7 @@ en:
timeline:
back: "Back"
back_description: "Go back to first unread post"
replies: "%{current} / %{total} replies"
replies_short: "%{current} / %{total}"