Skip to content

Commit

Permalink
fix: use same title for text item (Text box)
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardo committed Oct 25, 2023
1 parent 6ad730b commit 2ae0907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Item/TextItem/Item.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const TextItem = (props) => {
return (
<>
<ItemHeader
title={i18n.t('Text item')}
title={i18n.t('Text box')}
itemId={item.id}
dashboardMode={dashboardMode}
/>
Expand Down

0 comments on commit 2ae0907

Please sign in to comment.