diff --git a/ui/v2.5/src/docs/en/Manual/AutoTagging.md b/ui/v2.5/src/docs/en/Manual/AutoTagging.md index cc70c7b1f..0cfbd6f84 100644 --- a/ui/v2.5/src/docs/en/Manual/AutoTagging.md +++ b/ui/v2.5/src/docs/en/Manual/AutoTagging.md @@ -49,6 +49,6 @@ Performers or Tags that have Ignore Auto tag flag added to them will be skipped - **Selective auto tag:** You can run the Auto tag task on specific directories from the Tasks page. - **Individual pages:** You can run Auto tag tasks for specific Performers, Studios, and Tags from their respective pages. -### Skip the confirmation warning +### Disable the confirmation warning -A confirmation warning is shown before Auto tag runs. If you use Auto tag frequently you can bypass this warning by ticking the **Don't show this warning again** checkbox on the warning dialog, or by enabling **Settings → Tasks → Auto Tag → Disable auto tag warning**. +A confirmation warning is shown before Auto tag runs. If you use Auto tag frequently you can disable this warning by ticking the **Don't show this warning again** checkbox on the warning dialog, or by enabling **Settings → Tasks → Auto Tag → Disable auto tag warning**. diff --git a/ui/v2.5/src/locales/en-GB.json b/ui/v2.5/src/locales/en-GB.json index 9d390d993..b3d05fed7 100644 --- a/ui/v2.5/src/locales/en-GB.json +++ b/ui/v2.5/src/locales/en-GB.json @@ -511,7 +511,7 @@ "auto_tagging_all_paths": "Auto tagging all paths", "auto_tagging_paths": "Auto tagging the following paths", "disable_warning": { - "description": "Skip the confirmation warning shown before running auto tag.", + "description": "Disable the confirmation warning shown before running auto tag.", "heading": "Disable auto tag warning" } },