Add hint for groups

This commit is contained in:
Pieter Vander Vennet 2022-12-06 03:59:41 +01:00
parent 569179ba4f
commit 9da63df595

View file

@ -291,7 +291,7 @@ class ExpandTagRendering extends Conversion<
name + name +
" was not found.\n\tDid you mean one of " + " was not found.\n\tDid you mean one of " +
candidates.join(", ") + candidates.join(", ") +
"?" "?\n(Hint: did you add a new label and are you trying to use this label at the same time? Run 'reset:layeroverview' first"
) )
continue continue
} }