feat: Add view count to shared links in settings

This commit is contained in:
Tom Moor
2022-09-29 08:53:24 -04:00
parent 492affb29a
commit 41da156b0e
4 changed files with 20 additions and 10 deletions

View File

@@ -151,7 +151,7 @@ const useAuthorizedSettingsConfig = () => {
icon: GroupIcon,
},
Shares: {
name: t("Share Links"),
name: t("Shared Links"),
path: "/settings/shares",
component: Shares,
enabled: true,