Skip to content

Commit 94907f2

Browse files
committed
fix: error detail copy
1 parent 1b8cf2a commit 94907f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/httpapi/httpapi.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ func ResourceNotFound(rw http.ResponseWriter) {
154154
func Forbidden(rw http.ResponseWriter) {
155155
Write(context.Background(), rw, http.StatusForbidden, codersdk.Response{
156156
Message: "Forbidden.",
157-
Detail: "You don't have permission to view this page. If you believe this is a mistake, please contact your administrator or try signing in with different credentials.",
157+
Detail: "You don't have permission to view this content. If you believe this is a mistake, please contact your administrator or try signing in with different credentials.",
158158
})
159159
}
160160

0 commit comments

Comments
 (0)