Skip to content

Commit 5b9be7a

Browse files
committed
more standard wording
1 parent ecab2e2 commit 5b9be7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webroot/panel/account.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
$USER->requestAccountDeletion();
9191
}
9292
break;
93-
case "account_deletion_request_cancel":
93+
case "cancel_account_deletion_request":
9494
$USER->cancelRequestAccountDeletion();
9595
break;
9696
}
@@ -260,7 +260,7 @@
260260
)
261261
'
262262
>
263-
<input type='hidden' name='form_type' value='account_deletion_request_cancel' />
263+
<input type='hidden' name='form_type' value='cancel_account_deletion_request' />
264264
<input type='submit' value='Cancel Account Deletion Request' />
265265
</form>
266266
";

0 commit comments

Comments
 (0)