Skip to content

Commit

Permalink
Chore: Unify Saved period
Browse files Browse the repository at this point in the history
  • Loading branch information
chakflying committed Jun 25, 2023
1 parent 8973243 commit 69110b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ let needSetup = false;

callback({
ok: true,
msg: "Saved",
msg: "Saved.",
msgTranslated: true,
tag: await bean.toJSON(),
});
Expand Down Expand Up @@ -1162,7 +1162,7 @@ let needSetup = false;

callback({
ok: true,
msg: "Saved",
msg: "Saved.",
msgTranslated: true,
});

Expand All @@ -1187,7 +1187,7 @@ let needSetup = false;

callback({
ok: true,
msg: "Saved",
msg: "Saved.",
msgTranslated: true,
id: notificationBean.id,
});
Expand Down
2 changes: 1 addition & 1 deletion server/socket-handlers/docker-socket-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports.dockerSocketHandler = (socket) => {

callback({
ok: true,
msg: "Saved",
msg: "Saved.",
msgTranslated: true,
id: dockerHostBean.id,
});
Expand Down

0 comments on commit 69110b8

Please sign in to comment.