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
Hey @perzeuss! Good to see you around here again. Hope you're coding your way to glory!
Thank you for reporting this issue. It seems like there's a typo in the English language file for the "Duplicate" button in the "Debug as Multiple Models" view.
The text for this button is defined in the debug-item.tsx file with the key 'appDebug.duplicateModel'. This key is used to look up the actual text in the language files. The typo you're seeing is likely in the English language file where the value for this key is defined.
To fix this issue, the value for 'appDebug.duplicateModel' in the English language file should be corrected from "Dusplicate" to "Duplicate". This change should be made by a contributor with write access to the dify repository.
Here's the relevant code snippet from the debug-item.tsx file:
Once this change is made and merged into the main branch, the typo should be fixed in the next release of dify. If you have any further issues or questions, feel free to ask.
Self Checks
Dify version
0.5.2
Cloud or Self Hosted
Cloud, Self Hosted (Docker)
Steps to reproduce
✔️ Expected Behavior
Button content "Duplicate"
❌ Actual Behavior
Button content "Dusplicate"
The text was updated successfully, but these errors were encountered: