krishna.kumar Posted September 21, 2017 Share Posted September 21, 2017 Am overriding the registration from with a custom filed.But am not able to translate the label. $format['otp'] = (new FormField) ->setName('otp') ->setLabel( $this->translator->trans( 'Enter OTP', [], 'Shop.Forms.Labels' ) ) ->setRequired(true) ; I want to translate the label 'Enter OTP' . Could you please help me in this Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now