This commit is contained in:
ThatOneCalculator 2023-05-21 20:04:59 -07:00
parent 7dfb4ff3d4
commit 8b2ffa773e
No known key found for this signature in database
GPG key ID: 8703CACD01000000
2 changed files with 2 additions and 1 deletions

View file

@ -971,7 +971,7 @@ driveCapOverrideLabel: "Change the drive capacity for this user"
driveCapOverrideCaption: "Reset the capacity to default by inputting a value of 0\
\ or lower."
requireAdminForView: "You must log in with an administrator account to view this."
isSystemAccount: "An account created and automatically operated by the system."
isSystemAccount: "This account is created and automatically operated by the system. Please do not moderate, edit, delete, or otherwise tamper with this account, or it may break your server."
typeToConfirm: "Please enter {x} to confirm"
deleteAccount: "Delete account"
document: "Documentation"

View file

@ -41,6 +41,7 @@
<MkInfo
v-if="user.username.includes('.')"
class="_formBlock"
warn
>{{ i18n.ts.isSystemAccount }}</MkInfo
>