rename "'Command sent"

This commit is contained in:
proddy
2026-08-30 15:48:40 +02:00
parent c765b5c9b6
commit c5e2ba024c
14 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ const DevicesDialog = ({
{ immediate: false }
)
.onSuccess(() => {
toast.success(LL.COMMAND_SENT());
toast.success(LL.COMMAND_EXECUTED());
})
.onError((error) => {
toast.error(String(error.error?.message || 'An error occurred'));