Skip to content

Commit 93d392b

Browse files
committed
change wording on email
1 parent f4a3cbe commit 93d392b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/api/routes/apiKey.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ const apiKeyRoute: FastifyPluginAsync = async (fastify, _options) => {
9797
},
9898
payload: {
9999
to: [request.username!],
100-
subject: "Important: ACM @ UIUC API Key Created",
100+
subject: "Important: API Key Created",
101101
content: `
102-
This email confirms that an API key for the ACM @ UIUC API has been generated from your account.
102+
This email confirms that an API key for the Core API has been generated from your account.
103103
104104
Key ID: acmuiuc_${keyId}
105105
@@ -203,9 +203,9 @@ If you did not create this API key, please secure your account and notify the AC
203203
},
204204
payload: {
205205
to: [request.username!],
206-
subject: "Important: ACM @ UIUC API Key Deleted",
206+
subject: "Important: API Key Deleted",
207207
content: `
208-
This email confirms that an API key for the ACM @ UIUC API has been deleted from your account.
208+
This email confirms that an API key for the Core API has been deleted from your account.
209209
210210
Key ID: acmuiuc_${keyId}
211211

0 commit comments

Comments
 (0)