Tweak name + add description (#49387)

This commit is contained in:
Ashley Harrison
2022-05-23 10:52:52 +01:00
committed by GitHub
parent 1402c85ce1
commit ae8c11bfa4
2 changed files with 2 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ func (hs *HTTPServer) getProfileNode(c *models.ReqContext) *dtos.NavLink {
if hs.Features.IsEnabled(featuremgmt.FlagPersistNotifications) {
children = append(children, &dtos.NavLink{
Text: "Notifications", Id: "notifications", Url: hs.Cfg.AppSubURL + "/notifications", Icon: "bell",
Text: "Notification history", Id: "notifications", Url: hs.Cfg.AppSubURL + "/notifications", Icon: "bell",
})
}