UX: improve the link to the preferences page on the new and unread tabs (#13701)
When the New tab and the Unread tab are empty we show educational messages with links to the preferences page. Both links lead to preferences/account page. In fact, settings that changes behaviour of the New and the Unread tab are on the preferences/notifications page. This PR makes links lead there.
This commit is contained in:
parent
efac01d259
commit
d9eb37be70
|
@ -179,7 +179,7 @@ const controllerOpts = {
|
||||||
|
|
||||||
return I18n.t("topics.none.educate." + tab, {
|
return I18n.t("topics.none.educate." + tab, {
|
||||||
userPrefsUrl: userPath(
|
userPrefsUrl: userPath(
|
||||||
`${this.currentUser.get("username_lower")}/preferences`
|
`${this.currentUser.get("username_lower")}/preferences/notifications`
|
||||||
),
|
),
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue