X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f50670e34d66cb18f6a3dea8a74539a268b7dab5..e470d8a6593d1a5496e854e76ad7940be034cadf:/app/views/oauth_clients/show.html.erb diff --git a/app/views/oauth_clients/show.html.erb b/app/views/oauth_clients/show.html.erb index 281af5222..df8fbc248 100644 --- a/app/views/oauth_clients/show.html.erb +++ b/app/views/oauth_clients/show.html.erb @@ -24,5 +24,5 @@

<%= t'oauth.client_application.show.support_notice' %>

-

<%= link_to t('oauth.client_application.show.edit'), edit_oauth_client_url(@client_application) %>

+

<%= link_to t('oauth.client_application.show.edit'), edit_oauth_client_url(@client_application.user.display_name, @client_application) %>