We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 687e461 commit 44cb67bCopy full SHA for 44cb67b
packages/ui/app/pages/Commands.tsx
@@ -16,10 +16,10 @@ export default function Commands() {
16
notifications.show({ title: 'Error', message: `${res.error.message}(${res.error.params})`, color: 'red' });
17
return;
18
}
19
- notifications.show({ title: 'Success', message: 'Balloon Updated', color: 'green' });
+ notifications.show({ title: 'Success', message: 'Commands Submitted', color: 'green' });
20
} catch (e) {
21
console.error(e);
22
- notifications.show({ title: 'Error', message: 'Failed to update balloon', color: 'red' });
+ notifications.show({ title: 'Error', message: 'Failed to submit Commands', color: 'red' });
23
24
};
25
0 commit comments