diff --git a/src/components/App.tsx b/src/components/App.tsx index fcdb3e06..e312cf31 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -3652,7 +3652,7 @@ class App extends React.Component { { checked: this.state.showStats, shortcutName: "stats", - label: t("labels.stats"), + label: t("stats.title"), action: this.toggleStats, }, ], diff --git a/src/locales/en.json b/src/locales/en.json index 682e7f42..7bf46fe2 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -77,7 +77,6 @@ "ungroup": "Ungroup selection", "collaborators": "Collaborators", "gridMode": "Grid mode", - "stats": "Stats for nerds", "addToLibrary": "Add to library", "removeFromLibrary": "Remove from library", "libraryLoadingMessage": "Loading library...",