Diskuse » Greasy Fork Feedback
i got a "@description:en can't be blank" message even though it's not blank
your script default language is en
you dont have @description
(default en) so it said something like this
so change @description:en
to @description
or add @description
before @description:en
in a userscript i was making, i included the @description:en attribute and wrote a short description in english, but greasy fork seems to think i left it blank. here's my code:
i also tried adding an extra space after each attribute, but that didn't work. did i do something wrong or is this a bug? how can i fix this?