Skip to content

Commit 03562af

Browse files
authored
Update dojo/url/ui/views.py
1 parent 324a839 commit 03562af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dojo/url/ui/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def process_endpoint_view(request: HttpRequest, location_id: int, *, host_view=F
104104
messages.add_message(
105105
request,
106106
messages.ERROR,
107-
"Viewing this object is only available in the Pro new UI.",
107+
"Viewing this object is only available in the Pro UI.",
108108
extra_tags="alert-danger",
109109
)
110110
raise Http404

0 commit comments

Comments
 (0)