From 5fad29ed37906857ecd3fec072bc94119defc06d Mon Sep 17 00:00:00 2001 From: Luke Mino-Altherr Date: Thu, 11 Dec 2025 03:07:01 -0800 Subject: [PATCH] [docs] Improve import model copy and examples (#7339) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Updates user-facing copy in the import model feature for clarity and better examples. ## Changes - **Example Link**: Changed from direct download URL to model page URL (easier to find and copy) - **Success Message**: Removed emoji for more professional tone - **Support Documentation**: Updated Civitai link to include `/models` path 🤖 Generated with [Claude Code](https://claude.com/claude-code) ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7339-docs-Improve-import-model-copy-and-examples-2c66d73d365081268cbfcae2910f3d7c) by [Unito](https://www.unito.io) Co-authored-by: Claude --- src/locales/en/main.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/locales/en/main.json b/src/locales/en/main.json index 08ffee3ee..d348d6477 100644 --- a/src/locales/en/main.json +++ b/src/locales/en/main.json @@ -2231,7 +2231,7 @@ "baseModels": "Base models", "browseAssets": "Browse Assets", "checkpoints": "Checkpoints", - "civitaiLinkExample": "Example: https://civitai.com/api/download/models/833921?type=Model&format=SafeTensor", + "civitaiLinkExample": "Example: https://civitai.com/models/10706/luisap-z-image-and-qwen-pixel-art-refiner?modelVersionId=2225295", "civitaiLinkLabel": "Civitai model download link", "civitaiLinkPlaceholder": "Paste link here", "confirmModelDetails": "Confirm Model Details", @@ -2257,7 +2257,7 @@ "modelNamePlaceholder": "Enter a name for this model", "modelTypeSelectorLabel": "What type of model is this?", "modelTypeSelectorPlaceholder": "Select model type", - "modelUploaded": "Model imported! 🎉", + "modelUploaded": "Model successfully imported.", "noAssetsFound": "No assets found", "noModelsInFolder": "No {type} available in this folder", "notSureLeaveAsIs": "Not sure? Just leave this as is", @@ -2287,7 +2287,7 @@ "uploadingModel": "Importing model...", "uploadModel": "Import", "uploadModelDescription1": "Paste a Civitai model download link to add it to your library.", - "uploadModelDescription2": "Only links from https://civitai.com are supported at the moment", + "uploadModelDescription2": "Only links from https://civitai.com/models are supported at the moment", "uploadModelDescription3": "Max file size: 1 GB", "uploadModelFailedToRetrieveMetadata": "Failed to retrieve metadata. Please check the link and try again.", "uploadModelFromCivitai": "Import a model from Civitai",