diff options
Diffstat (limited to 'app/views/my/account.rhtml')
-rw-r--r-- | app/views/my/account.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/my/account.rhtml b/app/views/my/account.rhtml index 1b8347ccd..55760f8d1 100644 --- a/app/views/my/account.rhtml +++ b/app/views/my/account.rhtml @@ -56,7 +56,7 @@ <h3><%=l(:label_api_access_key) %></h3> <div class="box"> <p> - <%= link_to_function(l(:text_show), "$('api-access-key').show();")%> + <%= link_to_function(l(:button_show), "$('api-access-key').show();")%> <pre id='api-access-key'><%= @user.api_key %></pre> </p> <%= javascript_tag("$('api-access-key').hide();") %> |