diff --git a/components/case/representation/index.js b/components/case/representation/index.js index 5f290696..c694ea84 100644 --- a/components/case/representation/index.js +++ b/components/case/representation/index.js @@ -479,6 +479,8 @@ let MakeRepresentation = (props) => { />; break; case "appellant": + case "apelydd": + case "Apelydd": case t( "myrepresentations:capacity-options-arr-appellant" ).toLocaleLowerCase(): @@ -543,6 +545,8 @@ let MakeRepresentation = (props) => { ); break; case "agent": + case "Asiant": + case "asiant": case t( "myrepresentations:capacity-options-arr-agent" ).toLowerCase(): @@ -1188,6 +1192,7 @@ let MakeRepresentation = (props) => {