const errorContent = (data) => { return (`
Symphony_logo

${data["Problem connecting to Symphony"] || "Problem connecting to Symphony"}

${data["Looks like you are not connected to the Internet. We'll try to reconnect automatically."] || "Looks like you are not connected to the Internet. We'll try to reconnect automatically."}

ERR_INTERNET_DISCONNECTED
`); }; module.exports = { errorContent, };