diff --git a/app/views/applications/show.html.erb b/app/views/applications/show.html.erb
index 4bcfe05dc..d0f3d527d 100644
--- a/app/views/applications/show.html.erb
+++ b/app/views/applications/show.html.erb
@@ -92,7 +92,7 @@
<%= render ButtonWithSideTextComponent.new(tag: :a, size: "xl", type: :primary, href: external_application_path(@application), icon: :external) do |c| %>
- More info
+ View source
<% c.with_side_text do %>
on the <%= @application.authority.full_name %> website
<% end %>