Skip to content

Commit

Permalink
Fix #6255 change payment plan labels (#6292)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benbenbenin0 authored Sep 27, 2023
1 parent 5df36ea commit 3fa94dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sirepo/package_data/static/json/schema-common.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,9 @@
"maxSimCopies": 100,
"oneDayMillis": 86400000,
"paymentPlans": {
"basic": "Sirepo Basic",
"basic": "Sirepo Community",
"enterprise": "Sirepo Enterprise",
"premium": "Sirepo Premium"
"premium": "Sirepo Professional"
},
"plansUrl": "/en/plans.html",
"simulationSourceExtension": "py"
Expand Down

0 comments on commit 3fa94dc

Please sign in to comment.