copy changes from review
This commit is contained in:
@@ -270,7 +270,8 @@ export function MultiLinefield(props) {
|
||||
{props.hasOwnProperty("hint") &&
|
||||
props.hint != false &&
|
||||
t(props.hint)}{" "}
|
||||
Do not include personal or financial information.
|
||||
<br />
|
||||
{t("newappeal:new-appeal-multiline-pid")}
|
||||
</div>
|
||||
<Field
|
||||
name={props.name}
|
||||
@@ -297,7 +298,8 @@ export function MultiLinefield(props) {
|
||||
{props.hasOwnProperty("hint") &&
|
||||
props.hint != false &&
|
||||
t(props.hint)}{" "}
|
||||
Do not include personal or financial information.
|
||||
<br />
|
||||
{t("newappeal:new-appeal-multiline-pid")}
|
||||
</div>
|
||||
|
||||
<Field
|
||||
@@ -411,7 +413,8 @@ export function RichMultiLinefield(props) {
|
||||
{props.hasOwnProperty("hint") &&
|
||||
props.hint != false &&
|
||||
t(props.hint)}{" "}
|
||||
Do not include personal or financial information.
|
||||
<br />
|
||||
{t("newappeal:new-appeal-multiline-pid")}
|
||||
</div>
|
||||
<Field
|
||||
name={props.name}
|
||||
@@ -438,7 +441,8 @@ export function RichMultiLinefield(props) {
|
||||
{props.hasOwnProperty("hint") &&
|
||||
props.hint != false &&
|
||||
t(props.hint)}{" "}
|
||||
Do not include personal or financial information.
|
||||
<br />
|
||||
{t("newappeal:new-appeal-multiline-pid")}
|
||||
</div>
|
||||
|
||||
<Field
|
||||
|
||||
Reference in New Issue
Block a user