Refine translations - #6261
Conversation
|
What is empty placeholder used for? It is empty. Could placeholder related code and translations be removed? Or is there some use case for this? |
|
@xet7 The reason I initially kept the placeholder logic was for flexibility it allows us to add helpful cues for new users in the future without needing to refactor the core editor. |
|
That placeholder code change should be reverted too: |
7fb31ce to
317c82a
Compare
|
I reverted the placeholder code ,removed desc-placeholder from cardDescription.jade and en.i18n.json,reverted editor.jade to use only the static comment-placeholder. |
Changes made (Translation Refinement):
Cleared Placeholders: Removed redundant text from comment-placeholder and desc-placeholder in en.i18n.json to ensure input fields start empty.
Clarified Active Labels: Renamed generic "Active" status markers to "Active Team", "Active Organization", and "Active Person" for clearer distinction in the Admin Panel
Fixes #6090