Skip to content

Commit ace6532

Browse files
Update FoundModelsList.tsx (#3867)
## What type of PR is this? (check all applicable) - [ ] Refactor - [ ] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update - [ ] Community Node Submission ## Have you discussed this change with the InvokeAI team? - [ ] Yes - [ ] No, because: ## Have you updated relevant documentation? - [ ] Yes - [ ] No ## Description ## Related Tickets & Documents <!-- For pull requests that relate or close an issue, please include them below. For example having the text: "closes #1234" would connect the current pull request to issue 1234. And when we merge the pull request, Github will automatically close the issue. --> - Related Issue # - Closes # ## QA Instructions, Screenshots, Recordings <!-- Please provide steps on how to test changes, any hardware or software specifications as well as any other pertinent information. --> ## Added/updated tests? - [ ] Yes - [ ] No : _please replace this line with details on why tests have not been included_ ## [optional] Are there any post deployment tasks we need to perform?
2 parents 8fdc8a8 + 8e7f581 commit ace6532

File tree

1 file changed

+1
-1
lines changed
  • invokeai/frontend/web/src/features/ui/components/tabs/ModelManager/subpanels/AddModelsPanel

1 file changed

+1
-1
lines changed

invokeai/frontend/web/src/features/ui/components/tabs/ModelManager/subpanels/AddModelsPanel/FoundModelsList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default function FoundModelsList() {
7676
dispatch(
7777
addToast(
7878
makeToast({
79-
title: 'Faile To Add Model',
79+
title: 'Failed To Add Model',
8080
status: 'error',
8181
})
8282
)

0 commit comments

Comments
 (0)