refactor: Remove duplicate entry from en.json (#2654)
This commit is contained in:
parent
6adb45ef5a
commit
d7f314cda8
@ -3652,7 +3652,7 @@ class App extends React.Component<ExcalidrawProps, AppState> {
|
|||||||
{
|
{
|
||||||
checked: this.state.showStats,
|
checked: this.state.showStats,
|
||||||
shortcutName: "stats",
|
shortcutName: "stats",
|
||||||
label: t("labels.stats"),
|
label: t("stats.title"),
|
||||||
action: this.toggleStats,
|
action: this.toggleStats,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -77,7 +77,6 @@
|
|||||||
"ungroup": "Ungroup selection",
|
"ungroup": "Ungroup selection",
|
||||||
"collaborators": "Collaborators",
|
"collaborators": "Collaborators",
|
||||||
"gridMode": "Grid mode",
|
"gridMode": "Grid mode",
|
||||||
"stats": "Stats for nerds",
|
|
||||||
"addToLibrary": "Add to library",
|
"addToLibrary": "Add to library",
|
||||||
"removeFromLibrary": "Remove from library",
|
"removeFromLibrary": "Remove from library",
|
||||||
"libraryLoadingMessage": "Loading library...",
|
"libraryLoadingMessage": "Loading library...",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user