summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@gmail.com>2014-02-24 16:37:36 +0900
committerDavid Pursehouse <david.pursehouse@gmail.com>2014-02-24 16:37:36 +0900
commit62b227b2f359c168447d24d1c099fa174329fcc9 (patch)
treef702a42e9fd6f3da21b48ccb4442c86234ff8c44
parent71e7bff1eabd0c277a75910fd2975bfc7b95af2a (diff)
downloadgitlab-ce-62b227b2f359c168447d24d1c099fa174329fcc9.tar.gz
Fix another instance of "created at"
Replace it with "created on". Change-Id: Ibd26bf82d2e64f142a4f3be6da7701e5b035602f
-rw-r--r--app/views/projects/deploy_keys/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/deploy_keys/show.html.haml b/app/views/projects/deploy_keys/show.html.haml
index 67615e1781f..c66e6bc69c3 100644
--- a/app/views/projects/deploy_keys/show.html.haml
+++ b/app/views/projects/deploy_keys/show.html.haml
@@ -2,7 +2,7 @@
Deploy key:
= @key.title
%small
- created at
+ created on
= @key.created_at.stamp("Aug 21, 2011")
.back-link
= link_to project_deploy_keys_path(@project) do