diff options
author | Olivier Lamy <olamy@apache.org> | 2012-09-17 16:22:41 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-09-17 16:22:41 +0000 |
commit | 7d266951b75f9684f5ef014c8f417ff99dc7329b (patch) | |
tree | 5eab5ccdda7f69336db64aec5a476e3a1f81a07f /archiva-modules/archiva-web/archiva-web-common/src | |
parent | b07cc37a20fe493498db132135b8b3e307c8446f (diff) | |
download | archiva-7d266951b75f9684f5ef014c8f417ff99dc7329b.tar.gz archiva-7d266951b75f9684f5ef014c8f417ff99dc7329b.zip |
display error message if admin user not exists
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1386691 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-web-common/src')
-rw-r--r-- | archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/i18n/default.properties | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/i18n/default.properties b/archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/i18n/default.properties index 2342722b1..39813deee 100644 --- a/archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/i18n/default.properties +++ b/archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/i18n/default.properties @@ -460,3 +460,8 @@ report.health.result.name=Name report.health.result.problem=Problem report.health.result.message=Message report.result.title=Result + +admin.creation.mandatory=You must create the admin user! + + + |