From d7f314cda8d21f4bf5d1e3aea5ff7fe30fd8dfe9 Mon Sep 17 00:00:00 2001 From: Lipis Date: Tue, 22 Dec 2020 11:42:01 +0200 Subject: [PATCH] refactor: Remove duplicate entry from en.json (#2654) --- src/components/App.tsx | 2 +- src/locales/en.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/App.tsx b/src/components/App.tsx index fcdb3e06c7..e312cf3161 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 682e7f4276..7bf46fe212 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...",