UX: Add tooltip text for the timeline notifications button
This commit is contained in:
parent
8c6274ba88
commit
447c16800b
|
@ -33,6 +33,10 @@ export default createWidget('topic-notifications-button', {
|
||||||
if (state.expanded) { return "open"; }
|
if (state.expanded) { return "open"; }
|
||||||
},
|
},
|
||||||
|
|
||||||
|
buildAttributes() {
|
||||||
|
return { title: I18n.t('topic.notifications.title') };
|
||||||
|
},
|
||||||
|
|
||||||
buttonFor(level) {
|
buttonFor(level) {
|
||||||
const details = buttonDetails(level);
|
const details = buttonDetails(level);
|
||||||
return this.attach('button', {
|
return this.attach('button', {
|
||||||
|
|
|
@ -1310,6 +1310,7 @@ en:
|
||||||
position: "post %{current} of %{total}"
|
position: "post %{current} of %{total}"
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
|
title: change how often you get notified about this topic
|
||||||
reasons:
|
reasons:
|
||||||
"3_6": 'You will receive notifications because you are watching this category.'
|
"3_6": 'You will receive notifications because you are watching this category.'
|
||||||
"3_5": 'You will receive notifications because you started watching this topic automatically.'
|
"3_5": 'You will receive notifications because you started watching this topic automatically.'
|
||||||
|
|
Loading…
Reference in New Issue