diff --git a/packages/nocodb/src/lib/controllers/table.ctl.ts b/packages/nocodb/src/lib/controllers/table.ctl.ts index 7664e67221..dec6943f54 100644 --- a/packages/nocodb/src/lib/controllers/table.ctl.ts +++ b/packages/nocodb/src/lib/controllers/table.ctl.ts @@ -64,7 +64,7 @@ export async function tableUpdate(req: Request, res) { table: req.body, projectId: (req as any).ncProjectId, }); - res.json({ msg: 'success' }); + res.json({ msg: 'The table has been updated successfully' }); } const router = Router({ mergeParams: true });