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:
Andrei Prigorshnev 2021-07-12 16:52:23 +04:00 committed by GitHub
parent efac01d259
commit d9eb37be70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ const controllerOpts = {
return I18n.t("topics.none.educate." + tab, {
userPrefsUrl: userPath(
`${this.currentUser.get("username_lower")}/preferences`
`${this.currentUser.get("username_lower")}/preferences/notifications`
),
});
},