Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pterodactyl
GitHub Repository: pterodactyl/panel
Path: blob/1.0-develop/resources/lang/en/admin/user.php
10262 views
1
<?php
2
3
return [
4
'exceptions' => [
5
'delete_self' => 'You cannot delete your own account.',
6
'user_has_servers' => 'Cannot delete a user with active servers attached to their account. Please delete their servers before continuing.',
7
],
8
'notices' => [
9
'account_created' => 'Account has been created successfully.',
10
'account_updated' => 'Account has been successfully updated.',
11
],
12
];
13
14