This issue occurs when I try to change a translation of the name of my experience, Epic Minigames, to the original name or to empty. When I tried to replicate this issue on another experience, there were no issues with the name “Epic Minigames” passing moderation or for an empty string passing moderation, so it seems to only affect this one experience of mine.
I expect the original name of the experience that has already passed moderation in English to pass moderation as a translation for another language, and even if not, I expect an empty translation to pass moderation.
Actual Behavior
Neither the original name of the experience or an empty string are able to pass moderation.
Hi there, thanks for your report! To help us debug this issue, can you take a screenshot of your network tab - specifically, the gameinternationalization’s name/description PATCH endpoint?
The URL should be something along the lines of https://gameinternationalization.roblox.com/v1/name-description/games/{universeId}, and the response should be something along the lines of {"successOperations":[],"failedOperations":[{"languageCode":"de","errorCode":20}]}
Hey there, unfortunately when you update your name, we pass both the name and description through the text filter. In this case, it looks like ‘Twitter’ in your description is flagging the text filter. If you remove it from the descriptions, you should be able to update everything.
We are definitely looking into splitting this up and/or giving more information on what is filtered to creators.