Skip to content

Commit

Permalink
Improve wording of warning about overwriting existing draft (#2429)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nateowami authored Apr 24, 2024
1 parent 7fe9d99 commit 89e116c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@
"dialog_confirm_draft_cancellation_no": "No",
"dialog_confirm_draft_cancellation_title": "Cancel draft generation?",
"dialog_confirm_draft_cancellation_yes": "Yes, cancel draft generation",
"dialog_confirm_draft_regeneration_message": "This will re-create any unapplied draft text.",
"dialog_confirm_draft_regeneration_no": "No",
"dialog_confirm_draft_regeneration_title": "Regenerate draft?",
"dialog_confirm_draft_regeneration_yes": "Yes, start generation",
"dialog_confirm_draft_regeneration_message": "Creating a new draft will delete the existing draft.",
"dialog_confirm_draft_regeneration_no": "Cancel",
"dialog_confirm_draft_regeneration_title": "Are you done with the current draft?",
"dialog_confirm_draft_regeneration_yes": "Continue",
"draft_active_detail": "Generating draft; this can take a few hours.",
"draft_active_header": "Draft in progress",
"draft_generation_complete": "Draft generation complete",
Expand Down

0 comments on commit 89e116c

Please sign in to comment.