From 866a2fb4ae45d1a2da6afa74a7c7e965b6c1d8b7 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Fri, 16 Oct 2015 21:52:03 +0200 Subject: [PATCH] Opps ... --- .../jusercore/model/user/profilemodes/ProfileMode.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/org/mxchange/jusercore/model/user/profilemodes/ProfileMode.java b/src/org/mxchange/jusercore/model/user/profilemodes/ProfileMode.java index 1a09646..450fece 100644 --- a/src/org/mxchange/jusercore/model/user/profilemodes/ProfileMode.java +++ b/src/org/mxchange/jusercore/model/user/profilemodes/ProfileMode.java @@ -32,11 +32,11 @@ public enum ProfileMode implements Serializable { /** * Only visible to members (and administrators) */ - MEMBERS("USER_PROFILE_MODE_PRIVATE"), + MEMBERS("USER_PROFILE_MODE_MEMBERS"), /** * Visible to all (public in Internet) */ - PUBLIC("USER_PROFILE_MODE_PRIVATE"); + PUBLIC("USER_PROFILE_MODE_PUBLIC"); /** * Message key (i18n) -- 2.39.5