Fix i18n string for JPA RBac Manager
Project: http://git-wip-us.apache.org/repos/asf/archiva/repo Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/203de64d Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/203de64d Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/203de64d Branch: refs/heads/master Commit: 203de64d1993741fb80eb5771751a0769b9e1428 Parents: 2164ef7 Author: Martin Stockhammer <[email protected]> Authored: Mon Oct 24 22:03:48 2016 +0200 Committer: Martin Stockhammer <[email protected]> Committed: Mon Oct 24 22:03:48 2016 +0200 ---------------------------------------------------------------------- .../src/main/resources/org/apache/archiva/i18n/default.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/archiva/blob/203de64d/archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/i18n/default.properties ---------------------------------------------------------------------- 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 b5784b6..5b8e0c7 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 @@ -673,7 +673,7 @@ redback.runtime.users.cache.title=Users Cache archiva.redback.rbacmanager.ldap=LDAP RBac Manager archiva.redback.rbacmanager.jdo=Database RBac Manager -archiva.redback.rbackmanager.jpa=Database JPA RBac Manager +archiva.redback.rbacmanager.jpa=Database JPA RBac Manager archiva.redback.rbacmanager.cached=Cached RBac Manager redback.runtime.rbac-managers.impls.chose=RbacManager(s) chosen redback.runtime.rbac-managers.impls.available=Available RbacManagers
