Skip to content

Commit

Permalink
renamed memberbucks back to spacebucks cause it's cooler
Browse files Browse the repository at this point in the history
  • Loading branch information
jabelone committed Oct 22, 2023
1 parent 9cf0496 commit 2be3b20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion memberportal/membermatters/constance_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
"[]",
"A JSON list of strings (URLs) to project sites like wikis, GitHub, etc.",
),
"ENABLE_MEMBERBUCKS": (False, "Enable the memberbucks functionality."),
"ENABLE_MEMBERBUCKS": (False, "Enable the spacebucks / memberbucks functionality."),
"MEMBERBUCKS_MAX_TOPUP": ("50", "The maximum topup allowed in dollars."),
"MEMBERBUCKS_CURRENCY": (
"aud",
Expand Down
4 changes: 2 additions & 2 deletions src-frontend/src/i18n/en-AU/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default {
billing: 'Billing Method',
profile: 'Profile',
checkAccess: 'Access Permissions',
memberbucks: 'Memberbucks',
memberbucks: 'Spacebucks',
membershipPlan: 'Membership Plan',

Error404: 'Page Not Found',
Expand Down Expand Up @@ -437,7 +437,7 @@ export default {
lastSeen: 'Last Seen',
billing: 'Billing',
memberState: 'Member State',
memberbucksTransactions: 'Memberbucks Transactions',
memberbucksTransactions: 'Spacebucks Transactions',
subscriptionInfo: 'Subscription Info',
subscriptionStatus: 'Stripe Subscription Status',
billingInfo: 'Billing Info',
Expand Down

0 comments on commit 2be3b20

Please sign in to comment.