Skip to content

Commit

Permalink
typo fix on summary card name
Browse files Browse the repository at this point in the history
  • Loading branch information
lelemm committed Nov 12, 2024
1 parent 1170f0f commit 3104c93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ function SummaryInner({ widget }: SummaryInnerProps) {
throw new Error('No widget that could be saved.');
}

const name = newName || t('Net Worth');
const name = newName || t('Summary');
await send('dashboard-update-widget', {
id: widget.id,
meta: {
Expand Down

0 comments on commit 3104c93

Please sign in to comment.