Skip to content
Snippets Groups Projects
Unverified Commit 9ef93b6c authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Fix #26284 (typo) (#26291)

parent 9474085a
Branches
Tags
No related merge requests found
......@@ -360,7 +360,7 @@ export default class NativeQuery extends AtomicQuery {
return this.templateTags()
.map(tag => {
if (!tag["display-name"]) {
return new ValidationError(t`Missing wiget label: ${tag.name}`);
return new ValidationError(t`Missing widget label: ${tag.name}`);
}
const dimension = new TemplateTagDimension(
tag.name,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment