The warning message should be long and translatable
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3532016. -->
Reported by: [rachel_norfolk](https://www.drupal.org/user/66273)
Related to !2
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>The warning message is currently set to be a string when, really, it should be able to be long and translatable. So, make it a string.</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<p>Try adding a translation for a message - it won’t work.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Alter the schema (we can do this - we’re still @dev) for the warning_message data to be “text” not “string”.</p>
<h3 id="summary-remaining-tasks">Remaining tasks</h3>
<p>CR</p>
<h3 id="summary-ui-changes">User interface changes</h3>
<p>none</p>
<h3 id="summary-api-changes">API changes</h3>
<p>none</p>
<h3 id="summary-data-model-changes">Data model changes</h3>
<p>warning_message is stored as a longer text field as opposed to string.</p>
issue