In gd_search_glossary_on_translation function we target the translation textarea without any css class selector cause there was only one textarea.
With the new feature, another textarea is added in the editor part.
This PR uses the ".foreign-text" selector to target the textarea.
In gd_search_glossary_on_translation function we target the translation textarea without any css class selector cause there was only one textarea. With the new feature, another textarea is added in the editor part. This PR uses the ".foreign-text" selector to target the textarea.