Reword opt-out confirmation

This commit is contained in:
Ian Gulliver
2026-08-16 11:42:42 -07:00
parent 4abe9d281f
commit 4cd128e242
+1 -1
View File
@@ -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;
}