Skip to content

Commit

Permalink
Reword
Browse files Browse the repository at this point in the history
  • Loading branch information
D8H committed Feb 6, 2025
1 parent cd17ce9 commit 386a08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newIDE/app/src/VariablesList/VariablesList.js
Original file line number Diff line number Diff line change
Expand Up @@ -1453,7 +1453,7 @@ const VariablesList = React.forwardRef<Props, VariablesListInterface>(
parentVariable &&
parentVariable.getChildrenCount() > 1 &&
parentVariable.getAtIndex(0).getType() !== type
? i18n._(t`Array children must all be of the same type.`)
? i18n._(t`Every child of an array must be the same type.`)
: null;

if (!!searchText) {
Expand Down

0 comments on commit 386a08c

Please sign in to comment.