summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelgroupcreate.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2019-11-26 17:15:42 +0000
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2019-11-26 17:15:42 +0000
commitd0abb6e1e091e89186df1d1fe6c8256f0bac497c (patch)
treeb6d63e959e1420d8d14e1a5894eb2a7dee994398 /indra/newview/llpanelgroupcreate.cpp
parentf1a6e776b41f15ffc0ed4cf245136143bcd1a852 (diff)
SL-12100, SL-12317 - benefits handling fixes
Diffstat (limited to 'indra/newview/llpanelgroupcreate.cpp')
-rw-r--r--indra/newview/llpanelgroupcreate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelgroupcreate.cpp b/indra/newview/llpanelgroupcreate.cpp
index a782edae72..052212dc27 100644
--- a/indra/newview/llpanelgroupcreate.cpp
+++ b/indra/newview/llpanelgroupcreate.cpp
@@ -103,7 +103,7 @@ void LLPanelGroupCreate::onOpen(const LLSD& key)
// populate list
addMembershipRow("Base");
addMembershipRow("Premium");
- addMembershipRow("PremiumPlus");
+ addMembershipRow("Premium Plus");
addMembershipRow("Internal");// Present only if you are already in one, needed for testing
S32 cost = LLAgentBenefitsMgr::current().getCreateGroupCost();