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
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1743,6 +1743,10 @@ const message = {
1743
1743
upgradeNow: 'Upgrade now',
1744
1744
source: 'Download source',
1745
1745
hasNewVersion: 'New version Available',
1746
+
versionHigher:
1747
+
'Detected that node {0} version is higher than the main node, switching is not supported at this time. Please upgrade the main node system version and try again!',
1748
+
versionLower:
1749
+
'Detected that node {0} version is lower than the main node, switching is not supported at this time. Please upgrade the system version of this node and try again!',
0 commit comments