You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/src/lang/modules/en.ts
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3185,9 +3185,8 @@ const message = {
3185
3185
'Detected that there is already 1panel service on this node. Adding this node will use the original service port and installation directory of 1panel. Do you want to continue?',
3186
3186
coreExist:
3187
3187
'Detected that there is already 1panel-core service on this node. Unable to add this node, please check and try again!',
3188
-
agentExist: 'Detected that there is already 1panel-agent service on this node',
3189
-
forceAdd: 'Force Add',
3190
-
forceAddHelper: 'Force add will forcibly replace the 1panel-agent service on this node',
3188
+
agentExist:
3189
+
'Detected that the 1panel-agent service already exists on this node. Continuing to add will retain the node data and only replace the 1panel-agent service. Do you want to continue?',
3191
3190
reinstallHelper: 'Reinstall node {0}, do you want to continue?',
0 commit comments