소스 검색

refactor: Remove duplicate entry from en.json (#2654)

Lipis 4 년 전
부모
커밋
d7f314cda8
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/components/App.tsx
  2. 0 1
      src/locales/en.json

+ 1 - 1
src/components/App.tsx

@@ -3652,7 +3652,7 @@ class App extends React.Component<ExcalidrawProps, AppState> {
           {
             checked: this.state.showStats,
             shortcutName: "stats",
-            label: t("labels.stats"),
+            label: t("stats.title"),
             action: this.toggleStats,
           },
         ],

+ 0 - 1
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...",