File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
client/packages/lowcoder/src/pages/common Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,4 @@ application-dev-localhost.yaml
1717.vscode /launch.json
1818server /api-service /lowcoder-server /src /main /resources /application-local-dev.yaml
1919translations /locales /node_modules /
20+ .vscode /settings.json
Original file line number Diff line number Diff line change 44 "titleBar.activeBackground" : " #3B431A" ,
55 "titleBar.activeForeground" : " #F9FAF2"
66 },
7- "java.debug.settings.onBuildFailureProceed" : true
7+ "java.debug.settings.onBuildFailureProceed" : true ,
8+ "java.configuration.updateBuildConfiguration" : " automatic"
89}
Original file line number Diff line number Diff line change @@ -544,14 +544,14 @@ export default function Header(props: HeaderProps) {
544544 Changes will not be saved while another < br /> user is editing this app.
545545 </ Text >
546546 < StyledCountdown
547- title = "Editing Availability "
547+ title = "App Editing Blocked for: "
548548 value = { editingCountdown . current }
549549 onFinish = { ( ) => {
550550 setEnableCheckEditingStatus ( true )
551551 } }
552552 />
553553 < Tooltip
554- title = "You will be able to check the editing status after the countdown ."
554+ title = "Please wait before check the editing status of the App ."
555555 placement = "bottom"
556556 >
557557 < TacoButton
@@ -565,7 +565,7 @@ export default function Header(props: HeaderProps) {
565565 } }
566566 >
567567 < StyledRefreshIcon />
568- < span > Check Editing Status</ span >
568+ < span > Check App Status</ span >
569569 </ TacoButton >
570570 </ Tooltip >
571571 </ Flex >
@@ -576,7 +576,7 @@ export default function Header(props: HeaderProps) {
576576 < EditingNoticeWrapper >
577577 < ProfileImage source = { user . avatarUrl } userName = { user . username } side = { 24 } />
578578 < EditingHintText >
579- { `${ editingUser ?. name || 'Someone' } is editing this app` }
579+ { `${ editingUser ?. email || 'Someone' } is editing this app` }
580580 </ EditingHintText >
581581 < WarningIcon />
582582 </ EditingNoticeWrapper >
You can’t perform that action at this time.
0 commit comments