diff --git a/packages/hoppscotch-common/locales/en.json b/packages/hoppscotch-common/locales/en.json index 751f682e..44610f11 100644 --- a/packages/hoppscotch-common/locales/en.json +++ b/packages/hoppscotch-common/locales/en.json @@ -538,7 +538,6 @@ "versions": "Versions", "create_new_version": "Create New Version", "invalid_version": "Version must only contain alphanumeric characters, dots, and hyphens", - "snapshot_description": "This will snapshot the current documentation as this version", "live": "Live", "snapshot": "Snapshot", "version_immutable": "Published versions are read-only snapshots", @@ -556,8 +555,9 @@ "snapshot_empty": "No requests or folders in this snapshot", "snapshot_item_count": "{count} items", "auto_sync_live_notice": "This version auto-syncs with the live collection", + "snapshot_promote_warning": "Enabling auto-sync will replace this frozen snapshot with the live collection tree. This cannot be undone.", + "live_freeze_notice": "Auto-sync will be turned off and this version will be frozen at the current collection state.", "untitled_project": "Untitled Project", - "first_publish_hint": "Your documentation will be published as a live version that automatically stays in sync with your collection", "environment": "Environment", "no_environment": "No environment", "environment_description": "Attach an environment to resolve variables in the published documentation" diff --git a/packages/hoppscotch-common/src/components/collections/documentation/PublishDocForm.vue b/packages/hoppscotch-common/src/components/collections/documentation/PublishDocForm.vue index 35aa56f2..92c15999 100644 --- a/packages/hoppscotch-common/src/components/collections/documentation/PublishDocForm.vue +++ b/packages/hoppscotch-common/src/components/collections/documentation/PublishDocForm.vue @@ -1,55 +1,32 @@