To rename the "Denied" approval response
1.
Open approvalsui.xml.
This file is in the conf/<locale> folder under your Marketing Operations installation, where <locale> is the default locale for your installation.
2.
<!-- Configuring the word 'Deny' to 'Changes Required [begin] -->
<!-- REMOVE THIS LINE TO CONFIGURE --><!--
<column id="DENY"><display>Changes Required</display></column>
<column id="DENY_L"><display>changes required</display></column>
<column id="DENIED"><display>Changes Required</display></column>
<column id="DENIED_L"><display>changes required</display></column>
<column id="DENIED_L_NOTIFICATION">
<display>marked 'changes required'</display>
</column>
--><!-- REMOVE THIS LINE TO CONFIGURE -->
<!-- [end] Configuring the word 'Deny' to 'Changes Required' -->
3.
4.
5.
Open /install/your_db/loaddefinitions.sql under your Marketing Operations installation, where your_db corresponds to the database you are using.
6.
7.
Run the loaddefinitions.sql script file.