aboutsummaryrefslogtreecommitdiff
path: root/modern
diff options
context:
space:
mode:
Diffstat (limited to 'modern')
-rw-r--r--modern/src/settings/DevicesPage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/settings/DevicesPage.js b/modern/src/settings/DevicesPage.js
index f3ee218f..07109aee 100644
--- a/modern/src/settings/DevicesPage.js
+++ b/modern/src/settings/DevicesPage.js
@@ -71,7 +71,7 @@ const DevicesPage = () => {
)) : (<TableShimmer columns={6} endAction />)}
</TableBody>
</Table>
- <CollectionFab editPath="/settings/driver" />
+ <CollectionFab editPath="/settings/device" />
</PageLayout>
);
};