summaryrefslogtreecommitdiffstats
path: root/app/views/my
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2009-12-23 18:03:40 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2009-12-23 18:03:40 +0000
commit682829a90474f863822138b66b173eb01f2cacc3 (patch)
treee6d2a2079839171c908fba5479872fc4e272642c /app/views/my
parentff36245f3e1eefc9bd2dcc0d5cd18d50a3cb0445 (diff)
downloadredmine-682829a90474f863822138b66b173eb01f2cacc3.tar.gz
redmine-682829a90474f863822138b66b173eb01f2cacc3.zip
Fills translations.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3223 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/my')
-rw-r--r--app/views/my/account.rhtml2
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();") %>