Skip to content

Commit 1cd9b0b

Browse files
committed
Rename diagnostics app to be more specific
1 parent ba72a58 commit 1cd9b0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tools/diagnostics-app/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Diagnostics app
1+
# Sync Diagnostics Client
22

3-
This diagnostics app presents data from the perspective of a specific user (no server-side stats) and can be used to:
3+
The Sync Diagnostics Client presents data from the perspective of a specific user (no server-side stats) and can be used to:
44

55
- See stats about the user's local database.
66
- Inspect tables and sync buckets on the device.

tools/diagnostics-app/src/components/widgets/LoginDetailsWidget.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const LoginDetailsWidget: React.FC<LoginDetailsWidgetProps> = (props) =>
3333
return (
3434
<S.MainContainer>
3535
<S.LoginContainer elevation={1}>
36-
<S.LoginHeader variant="h4">Diagnostics Config</S.LoginHeader>
36+
<S.LoginHeader variant="h4">Sync Diagnostics Client</S.LoginHeader>
3737
<S.LogoBox>
3838
<S.Logo alt="PowerSync Logo" width={400} height={100} src="/powersync-logo.svg" />
3939
</S.LogoBox>

0 commit comments

Comments
 (0)