Skip to content

Commit

Permalink
Change one label
Browse files Browse the repository at this point in the history
"widget" is already a "new" word for many, no need to add "toolbox" :)
  • Loading branch information
mwithi committed Dec 6, 2023
1 parent b2d86f5 commit 621c226
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const GridLayoutToolbox: FC = () => {
<div className="section">
{isEmptyLayout(toolbox) && (
<div className="info-box-container" style={{ textAlign: "center" }}>
<InfoBox type="info" message={t("dashboard.toolboxempty")} />
<InfoBox type="info" message={t("dashboard.nowidgets")} />
</div>
)}

Expand Down
2 changes: 1 addition & 1 deletion src/resources/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"cantsaveconfig": "Can't save customizations",
"reset": "Reset",
"resetcustomization": "Reset customizations",
"toolboxempty": "Toolbox is empty",
"nowidgets": "No widgets",
"noallowedwidget": "You don't have permission to see any widget",
"emptylayout": "No displayed widget. Start by adding widgets"
},
Expand Down

0 comments on commit 621c226

Please sign in to comment.