We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e14992 commit c4cca8eCopy full SHA for c4cca8e
newIDE/app/src/EventsSheet/EventsTree/Renderers/ForEachEvent.js
@@ -404,7 +404,7 @@ export default class ForEachEvent extends React.Component<
404
}}
405
disabled={this.props.disabled}
406
>
407
- <option value="any">{i18n._(t`(any order)`)}</option>
+ <option value="any">{i18n._(t`(default order)`)}</option>
408
<option value="orderBy">{i18n._(t`ordered by`)}</option>
409
<optgroup label="Examples">
410
<option value={`${objectPrefix}.SomeVariable`}>
0 commit comments