I want to change the default label name. Any idea?
Suppose in taxonomy .../admin/structure/taxonomy/add, we can add vocabulary right.. In that first text box having the label name as name. I want to change this ? Please give your idea.
I want to change the default label name. Any idea?
Suppose in taxonomy .../admin/structure/taxonomy/add, we can add vocabulary right.. In that first text box having the label name as name. I want to change this ? Please give your idea.
hook_form_alter() can be used to change label of name field. Form id of this form is taxonomy_form_vocabulary.