From 20165d234037cb62640e4d9a3fe285260a6a2444 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 20 Jul 2011 16:01:58 -0400 Subject: [PATCH] Change password feature (issue 1) --- src/com/gitblit/wicket/GitBlitWebApp.properties | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index 2ed61fa..dab5fa0 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -40,8 +40,8 @@ gb.pageNext = next gb.head = HEAD gb.blame = blame -gb.login = Login -gb.logout = Logout +gb.login = login +gb.logout = logout gb.username = username gb.password = password gb.tagger = tagger @@ -99,4 +99,6 @@ gb.commitActivityTrend = commit activity trend gb.commitActivityDOW = commit activity by day of week gb.commitActivityAuthors = primary authors by commit activity -gb.feed = feed \ No newline at end of file +gb.feed = feed +gb.cancel = cancel +gb.changePassword = change password \ No newline at end of file -- Gitblit v1.9.1