From ba7ea60af56d6d29c3e80f2f7ddccfc3c429021a Mon Sep 17 00:00:00 2001 From: proddy Date: Mon, 8 Jun 2026 20:41:11 +0200 Subject: [PATCH] typo --- interface/src/app/main/Commands.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/src/app/main/Commands.tsx b/interface/src/app/main/Commands.tsx index 495d8634d..b734c6c36 100644 --- a/interface/src/app/main/Commands.tsx +++ b/interface/src/app/main/Commands.tsx @@ -1,4 +1,4 @@ -import { useEffect, useState } from 'react'; +import { useState } from 'react'; import { useBlocker } from 'react-router'; import { toast } from 'react-toastify'; @@ -131,7 +131,7 @@ const CommandsPage = () => { name: ci.name })) }); - toast.success(LL.UPDATED_OF(LL.COMMANDS(1))); + toast.success(LL.UPDATED_OF(LL.COMMANDS(0))); } catch (error: unknown) { const message = error instanceof Error ? error.message : String(error); toast.error(message);