Hi, ${name}
The owner of a dataset you follow, ${datasetName}, has stopped tracking comments / changes to their dataset.
Sincerely, The CRN Team
export const ownerUnsubscribed = ({ siteUrl, name, datasetName, }: { siteUrl: string name: string datasetName: string }): string => `
The owner of a dataset you follow, ${datasetName}, has stopped tracking comments / changes to their dataset.
Sincerely, The CRN Team