When using a manual statistic for the summary statistic card the hover text still uses the title from the dynamic option rather than being reflective of the title set for the manual statistic. See the example below.
Seems that the text is being set in the below arcgis-stat-card tag that is still using the dynamic parameters despite manual statistic being requested.
<arcgis-stat-card url="URL TO DEFAULT FEATURE" statfieldname="globalid" statfieldtype="esriFieldTypeGlobalID" stattype="count" statvaluealign="center" statvaluecolor="#182025" decimalplaces="2" title="Properties Destroyed" titlealign="center" leadingtext="" trailingtextalign="center" formatnumbergroupings="" currencycode="USD" timeout="10" hidesource="" itemtitle="IndividualAssistance_public" layerid="0" layername="Damage Reports" where="reportstatus = 'Completed' AND total_assess_level = 'destroyed'" cardid="iw6yh3lbc" servertimeout="10" schemaversion="1" displaytype="stat-card" metricid="iw6yh3lbc" fieldtype="esriFieldTypeGlobalID" statistic="count" data-element="stat-card" type="static" layout="simple" card-title="Title" text-align="center" subtitle="Subtitle" value="15" value-color="#182025" unit-position="after" trailing-text="Trailing Text" icon="caret-up" visual-interest="none" corners="square" shadow="none" scale="l" hydrated="" style="--valueColor: #182025;"></arcgis-stat-card>
Is there a way to force it to use the manual title or is it better to format the card yourself through a text card?