From 4aec5d8ffc2639b27895b206211666c1e16d3ab1 Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Mon, 29 May 2023 18:26:10 +1000 Subject: [PATCH] fix(ui): typo --- invokeai/frontend/web/src/features/system/store/systemSlice.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => {