We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26336bd commit e3e5d80Copy full SHA for e3e5d80
1 file changed
apps/model_catalog/src/DiscussionPanel.js
@@ -259,11 +259,7 @@ function DiscussionPanel(props) {
259
if (comments.length === 0) {
260
message = (
261
<Grid item xs={12}>
262
- <p>
263
- No-one has commented on this validation test yet. Do you have any
264
- thoughts about the reference data or about the test implementation? If
265
- so, please comment!
266
- </p>
+ <p>{props.emptyMessage}</p>
267
</Grid>
268
);
269
}
0 commit comments