default_role_label.each(function(index, element){
    $(element).text($(element).html().replace('%{id}', ''));
  });