From 6dff404333c1cf2b492606d43ee89c289c3f3d4d Mon Sep 17 00:00:00 2001 From: Luke Mino-Altherr Date: Thu, 20 Nov 2025 21:47:02 -0800 Subject: [PATCH] refactor: change model button terminology from Upload to Import (#6800) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Changes user-facing text from "Upload" to "Import" for the model import feature, as "Import" better describes importing models from external sources like Civitai. ## Changes - Updated button icon from `upload` to `package-plus` - Changed all user-facing text in English locale from "Upload" to "Import" πŸ€– Generated with [Claude Code](https://claude.com/claude-code) ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6800-refactor-change-model-button-terminology-from-Upload-to-Import-2b26d73d365081059ce6e4a548f943ce) by [Unito](https://www.unito.io) Co-authored-by: Claude --- src/locales/en/main.json | 16 ++++++++-------- .../assets/components/AssetBrowserModal.vue | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/locales/en/main.json b/src/locales/en/main.json index 5782c33230..69591b5d11 100644 --- a/src/locales/en/main.json +++ b/src/locales/en/main.json @@ -2075,8 +2075,8 @@ "failedToCreateNode": "Failed to create node. Please try again or check console for details.", "noModelsInFolder": "No {type} available in this folder", "searchAssetsPlaceholder": "Type to search...", - "uploadModel": "Upload model", - "uploadModelFromCivitai": "Upload a model from Civitai", + "uploadModel": "Import model", + "uploadModelFromCivitai": "Import a model from Civitai", "uploadModelFailedToRetrieveMetadata": "Failed to retrieve metadata. Please check the link and try again.", "onlyCivitaiUrlsSupported": "Only Civitai URLs are supported", "uploadModelDescription1": "Paste a Civitai model download link to add it to your library.", @@ -2093,16 +2093,16 @@ "tags": "Tags", "tagsPlaceholder": "e.g., models, checkpoint", "tagsHelp": "Separate tags with commas", - "upload": "Upload", - "uploadingModel": "Uploading model...", - "uploadSuccess": "Model uploaded successfully!", - "uploadFailed": "Upload failed", + "upload": "Import", + "uploadingModel": "Importing model...", + "uploadSuccess": "Model imported successfully!", + "uploadFailed": "Import failed", "modelAssociatedWithLink": "The model associated with the link you provided:", "modelTypeSelectorLabel": "What type of model is this?", "modelTypeSelectorPlaceholder": "Select model type", "selectModelType": "Select model type", "notSureLeaveAsIs": "Not sure? Just leave this as is", - "modelUploaded": "Model uploaded! πŸŽ‰", + "modelUploaded": "Model imported! πŸŽ‰", "findInLibrary": "Find it in the {type} section of the models library.", "finish": "Finish", "allModels": "All Models", @@ -2122,7 +2122,7 @@ "errorUnsafeVirusScan": "CivitAI detected malware or suspicious content in this file", "errorModelTypeNotSupported": "This model type is not supported", "errorUnknown": "An unexpected error occurred", - "errorUploadFailed": "Failed to upload asset. Please try again.", + "errorUploadFailed": "Failed to import asset. Please try again.", "ariaLabel": { "assetCard": "{name} - {type} asset", "loadingAsset": "Loading asset" diff --git a/src/platform/assets/components/AssetBrowserModal.vue b/src/platform/assets/components/AssetBrowserModal.vue index 0238b43d28..5af4a440fb 100644 --- a/src/platform/assets/components/AssetBrowserModal.vue +++ b/src/platform/assets/components/AssetBrowserModal.vue @@ -38,7 +38,7 @@ :on-click="handleUploadClick" >