mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-07-25 15:58:30 +08:00
fix: typos (#221)
This commit is contained in:
@@ -149,7 +149,7 @@ api.post('/admin/address_sender', async (c) => {
|
||||
}
|
||||
await sendAdminInternalMail(
|
||||
c, address, "Account Send Access Updated",
|
||||
`You send access has been ${enabled ? "enabled" : "disabled"}, balance: ${balance}`
|
||||
`Your send access has been ${enabled ? "enabled" : "disabled"}, balance: ${balance}`
|
||||
);
|
||||
return c.json({
|
||||
success: success
|
||||
|
||||
Reference in New Issue
Block a user