File tree 3 files changed +7
-5
lines changed
client/packages/lowcoder/src/pages/common
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
17
17
.vscode /launch.json
18
18
server /api-service /lowcoder-server /src /main /resources /application-local-dev.yaml
19
19
translations /locales /node_modules /
20
+ .vscode /settings.json
Original file line number Diff line number Diff line change 4
4
"titleBar.activeBackground" : " #3B431A" ,
5
5
"titleBar.activeForeground" : " #F9FAF2"
6
6
},
7
- "java.debug.settings.onBuildFailureProceed" : true
7
+ "java.debug.settings.onBuildFailureProceed" : true ,
8
+ "java.configuration.updateBuildConfiguration" : " automatic"
8
9
}
Original file line number Diff line number Diff line change @@ -544,14 +544,14 @@ export default function Header(props: HeaderProps) {
544
544
Changes will not be saved while another < br /> user is editing this app.
545
545
</ Text >
546
546
< StyledCountdown
547
- title = "Editing Availability "
547
+ title = "App Editing Blocked for: "
548
548
value = { editingCountdown . current }
549
549
onFinish = { ( ) => {
550
550
setEnableCheckEditingStatus ( true )
551
551
} }
552
552
/>
553
553
< 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 ."
555
555
placement = "bottom"
556
556
>
557
557
< TacoButton
@@ -565,7 +565,7 @@ export default function Header(props: HeaderProps) {
565
565
} }
566
566
>
567
567
< StyledRefreshIcon />
568
- < span > Check Editing Status</ span >
568
+ < span > Check App Status</ span >
569
569
</ TacoButton >
570
570
</ Tooltip >
571
571
</ Flex >
@@ -576,7 +576,7 @@ export default function Header(props: HeaderProps) {
576
576
< EditingNoticeWrapper >
577
577
< ProfileImage source = { user . avatarUrl } userName = { user . username } side = { 24 } />
578
578
< EditingHintText >
579
- { `${ editingUser ?. name || 'Someone' } is editing this app` }
579
+ { `${ editingUser ?. email || 'Someone' } is editing this app` }
580
580
</ EditingHintText >
581
581
< WarningIcon />
582
582
</ EditingNoticeWrapper >
You can’t perform that action at this time.
0 commit comments