<?php if (is_category('Category A')) : ?>
This is the text to describe category A
<?php elseif (is_category('Category B')) : ?>
This is the text to describe category B
<?php else : ?>
This is some generic text to describe all other category pages,
I could be left blank
<?php endif; ?>