Skip to content

Commit

Permalink
Update notifications.go
Browse files Browse the repository at this point in the history
  • Loading branch information
its-felix committed Aug 21, 2024
1 parent 9759b49 commit 38b1a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/notifications.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func NotificationsEndpoint(httpClient *http.Client) echo.HandlerFunc {
{
Type: notificationTypeWarning,
Header: "The Guild Wars 2 API experiences issues right now",
Content: "Some of the endpoints used by GW2Auth appear to be in a degraded state right now. This might cause unexpected results using GW2Auth.",
Content: "Some of the endpoints used by GW2Auth appear to be in a degraded state right now. This might impact your experience with GW2Auth and Applications using GW2Auth. ",
},
}
} else {
Expand Down

0 comments on commit 38b1a5c

Please sign in to comment.