mirror of https://github.com/apache/archiva.git
a part of REDBACK-81, this will allow a user to customize various messages from redback if they so desire.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@588279 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
574aec1550
commit
7c1ce938fc
|
@ -0,0 +1,4 @@
|
|||
# text resources within redback can be customized by overriding them here
|
||||
|
||||
#password.reset.success=An email has been sent.
|
||||
#password.reset.failure=No email was not sent, perhaps the user did not exist as entered.
|
|
@ -27,4 +27,4 @@ webwork.url.includeParams = none
|
|||
# TODO: package up a theme and share with Continuum. Should contain everything from xhtml, and set templateDir to WEB-INF/themes
|
||||
|
||||
# Localization
|
||||
webwork.custom.i18n.resources=org.codehaus.plexus.redback.xwork.default
|
||||
webwork.custom.i18n.resources=org.codehaus.plexus.redback.xwork.default,org.apache.maven.archiva.redback.custom
|
||||
|
|
Loading…
Reference in New Issue