diff --git a/invokeai/frontend/web/src/features/system/store/systemSlice.ts b/invokeai/frontend/web/src/features/system/store/systemSlice.ts index b35dcd8e29..6bc8d7106a 100644 --- a/invokeai/frontend/web/src/features/system/store/systemSlice.ts +++ b/invokeai/frontend/web/src/features/system/store/systemSlice.ts @@ -352,7 +352,7 @@ export const systemSlice = createSlice({ }); /** - * Session Invoked - PENDING + * User Invoked */ builder.addCase(userInvoked, (state) => {