Call the last create-flow action Publish so it reads as putting a rule on the web, not locking it forever.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
adilallo
2026-09-02 16:27:57 -06:00
co-authored by Cursor
parent db34a1f0df
commit f91ac7a893
16 changed files with 44 additions and 26 deletions
@@ -1,8 +1,8 @@
{
"title": "Review your CommunityRule",
"description": "Here's what other people will see. Make sure everything looks good before you finalize everything. Once the rule is finalized, you must use one of your decision-making mechanisms to edit it again.",
"description": "Here's what other people will see. Make sure everything looks good before you publish. Once the rule is published, you must use one of your decision-making mechanisms to edit it again.",
"editPublishedTitle": "Edit your CommunityRule",
"editPublishedDescription": "Update what others see on your public rule. Save & Exit or Finalize applies changes to your published CommunityRule.",
"editPublishedDescription": "Update what others see on your public rule. Save & Exit or Publish applies changes to your published CommunityRule.",
"ruleCardTitleFallback": "Your community",
"chipEditModal": {
"saveButton": "Save",
@@ -1,6 +1,6 @@
{
"finalizeBannerTitle": "Couldn't publish",
"missingCommunityName": "Add a community name before finalizing.",
"finalizeButtonPublishing": "Publishing…",
"publishBannerTitle": "Couldn't publish",
"missingCommunityName": "Add a community name before publishing.",
"publishButtonPublishing": "Publishing…",
"genericPublishFailed": "Something went wrong. Try again."
}