Fix form labels #1004
Reference in New Issue
Block a user
Delete Branch "fix-#1001"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fix #1001
Really nice solution here!
I like this as our fallback, but I think we need to provide an explicit label in order to leverage I18n translations correct? Or is there a more automated way to handle that via model translations that you know of?
Not sure I understand what you mean fully but
label: trueas we have here is the automaded way of handling them via model translation. A custom label likelabel: t(".email")will still work with this solution@tonyvince my bad, I see what you mean now! I had missed that piece of logic when updating the forms.