diff --git a/README.md b/README.md index f54b9f1..c57e432 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ Enable in Settings → Mirror Options → Mirror metadata - **Automatic Cleanup** - Configure retention period for activity logs - **Scheduled Sync** - Set custom intervals for automatic mirroring -### Automatic Mirroring & Synchronization +### Automatic Syncing & Synchronization Gitea Mirror provides powerful automatic synchronization features: @@ -218,7 +218,7 @@ Gitea Mirror provides powerful automatic synchronization features: - **Smart scheduling**: Only syncs repositories that need updating #### Configuration via Web Interface (Recommended) -Navigate to the Configuration page and enable "Automatic Mirroring" with your preferred interval. +Navigate to the Configuration page and enable "Automatic Syncing" with your preferred interval. #### Configuration via Environment Variables diff --git a/docs/README.md b/docs/README.md index 818c2b0..db99013 100644 --- a/docs/README.md +++ b/docs/README.md @@ -60,7 +60,7 @@ bun run dev ## Key Features -- 🔄 **Automatic Mirroring** - Keep repositories synchronized +- 🔄 **Automatic Syncing** - Keep repositories synchronized - 🗂️ **Organization Support** - Mirror entire organizations - ⭐ **Starred Repos** - Mirror your starred repositories - 🔐 **Self-Hosted** - Full control over your data diff --git a/src/components/config/AutomationSettings.tsx b/src/components/config/AutomationSettings.tsx index d51f888..a569a84 100644 --- a/src/components/config/AutomationSettings.tsx +++ b/src/components/config/AutomationSettings.tsx @@ -122,12 +122,12 @@ export function AutomationSettings({
- {/* Automatic Mirroring Section */} + {/* Automatic Syncing Section */}

- Automatic Mirroring + Automatic Syncing

{isAutoSavingSchedule && ( diff --git a/src/components/config/ScheduleConfigForm.tsx b/src/components/config/ScheduleConfigForm.tsx index 862c18e..4f701dc 100644 --- a/src/components/config/ScheduleConfigForm.tsx +++ b/src/components/config/ScheduleConfigForm.tsx @@ -83,7 +83,7 @@ export function ScheduleConfigForm({ htmlFor="enabled" className="select-none ml-2 block text-sm font-medium" > - Enable Automatic Mirroring + Enable Automatic Syncing