diff options
-rw-r--r-- | templates/page.hamlet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.hamlet b/templates/page.hamlet index 919724f87..ea8025d4f 100644 --- a/templates/page.hamlet +++ b/templates/page.hamlet @@ -16,7 +16,7 @@ <ul .dropdown-menu> <li><a href="#">#{relDir webapp}</a></li> <li .divider></li> - <li><a href="@{AddRepositoryR}">Add new repository</a></li> + <li><a href="@{AddRepositoryR}">Add another repository</a></li> <div .container-fluid> <div .row-fluid> |