description.summary=(<span>saved a question about <Linkto={Urls.tableRowsQuery(item.database_id,item.table_id)}data-metabase-event={"Activity Feed;Header Clicked;Database -> "+item.topic}className="link text-dark">{item.table.display_name}</Link></span>);
description.summary=(<span>added a question to the dashboard - <Linkto={Urls.dashboard(item.model_id)}data-metabase-event={"Activity Feed;Header Clicked;Dashboard -> "+item.topic}className="link text-dark">{item.details.name}</Link></span>);
description.summary=(<span>added a question to the dashboard - <spanclassName="text-dark">{item.details.name}</span></span>);
description.summary=(
<span>{t`added a question to the dashboard - `}<spanclassName="text-dark">{item.details.name}</span></span>
);
}
break;
case"dashboard-remove-cards":
if(item.model_exists){
description.summary=(<span>removed a question from the dashboard - <Linkto={Urls.dashboard(item.model_id)}data-metabase-event={"Activity Feed;Header Clicked;Dashboard -> "+item.topic}className="link text-dark">{item.details.name}</Link></span>);
description.summary=(<span>added the metric <spanclassName="text-dark">{item.details.name}</span></span>);
description.summary=(
<span>{t`added the metric `}<spanclassName="text-dark">{item.details.name}</span></span>
);
}
break;
case"metric-update":
if(item.model_exists){
description.summary=(<span>made changes to the metric <Linkto={Urls.tableRowsQuery(item.database_id,item.table_id,item.model_id)}data-metabase-event={"Activity Feed;Header Clicked;Metric -> "+item.topic}className="link text-dark">{item.details.name}</Link> in the <Linkto={Urls.tableRowsQuery(item.database_id,item.table_id)}data-metabase-event={"Activity Feed;Header Clicked;Table -> "+item.topic}className="link text-dark">{item.table.display_name}</Link> table</span>);
description.summary=(<span>added the filter <spanclassName="text-dark">{item.details.name}</span></span>);
description.summary=(
<span>{t`added the filter`}<spanclassName="text-dark">{item.details.name}</span></span>
);
}
break;
case"segment-update":
if(item.model_exists){
description.summary=(<span>made changes to the filter <Linkto={Urls.tableRowsQuery(item.database_id,item.table_id,null,item.model_id)}data-metabase-event={"Activity Feed;Header Clicked;Segment -> "+item.topic}className="link text-dark">{item.details.name}</Link> in the <Linkto={Urls.tableRowsQuery(item.database_id,item.table_id)}data-metabase-event={"Activity Feed;Header Clicked;Table -> "+item.topic}className="link text-dark">{item.table.display_name}</Link> table</span>);