Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 9b303a7

Browse files
committed
webui: Fix a user visible typo
Ugh, how did we not see this?
1 parent ad6782a commit 9b303a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webui/jsx/profile-page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export default function ProfilePage() {
132132
<WatchPanelGroup title="Databases you've starred" noDatabasesMessage="No starred databases yet" databases={userData.starredDbs} dateText="Starred" />
133133
</div>
134134
<div className="col-md-6" data-cy="watches">
135-
<WatchPanelGroup title="Datebases you're watching" noDatabasesMessage="Not watching any databases yet" databases={userData.watchedDbs} dateText="Started watching" />
135+
<WatchPanelGroup title="Databases you're watching" noDatabasesMessage="Not watching any databases yet" databases={userData.watchedDbs} dateText="Started watching" />
136136
</div>
137137
</div>
138138
<div className="row">

0 commit comments

Comments
 (0)