Skip to content

Commit caa61e6

Browse files
author
FalkWolsky
committed
AuditLogTitle Change
1 parent 5b13275 commit caa61e6

File tree

2 files changed

+3
-3
lines changed
  • client/packages/lowcoder/src

2 files changed

+3
-3
lines changed

client/packages/lowcoder/src/i18n/locales/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2373,7 +2373,7 @@ export const en = {
23732373

23742374
"enterprise" : {
23752375
"AuditLogTitle": "Audit Log Dasboard",
2376-
"AuditLogOverview": "Overview",
2376+
"AuditLogOverview": "Log Filter",
23772377
"USER_LOGIN" : "User Login ",
23782378
"USER_LOGOUT" : "User Logout ",
23792379
"APPLICATION_VIEW" : "View Application ",

client/packages/lowcoder/src/pages/setting/audit/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ useEffect(() => {
308308
<StyleThemeSettingsCover>
309309
<h2 style={{ color: "#ffffff", marginTop: "8px" }}>{trans("enterprise.AuditLogOverview")}</h2>
310310
</StyleThemeSettingsCover>
311-
<Card title="Filter Audit Logs" size="small" style={{ marginBottom: "20px" }}>
311+
<Card size="small" style={{ marginBottom: "20px" }}>
312312
<Form
313313
form={form}
314314
layout="inline"
@@ -360,7 +360,7 @@ useEffect(() => {
360360
</Flex>
361361
</Form>
362362
</Card>
363-
<Card title="Audit Logs">
363+
<Card>
364364
{loading ? (
365365
<Skeleton active paragraph={{ rows: 5 }} />
366366
) : currentPageLogs.length > 0 ? (

0 commit comments

Comments
 (0)