You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently as of Symfony 3.3.2 if you got a Form with labels that are not translated, and Translation is enabled, then the Profiler does show them twice,
Translation > Missing
Log Messages > Info. & Errors > WARNING
the second one does looks unnessary for me when i got the infomation from the Translation tab.
That thing does made my work a bit complicated when i try to port my stuff to newest PHP and Symfony versions, i thought it was showing Deprecations, but it was only Translation Warnnigs.