From 4cd128e2422aeffe63bb29d57eaf37dc16d387a4 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Sun, 16 Aug 2026 11:42:42 -0700 Subject: [PATCH] Reword opt-out confirmation --- web/static/directory/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/static/directory/app.js b/web/static/directory/app.js index d175f59..c447123 100644 --- a/web/static/directory/app.js +++ b/web/static/directory/app.js @@ -892,7 +892,7 @@ function renderPersonDetail(email) { const status = el('div', 'media-status'); button.addEventListener('click', async () => { const message = 'This removes all of your data from the directory. ' + - 'Users not in the directory cannot access it, for security. Continue?'; + 'For security, users not in the directory cannot access it. Continue?'; if (!confirm(message)) { return; }