Close #10174
This commit is contained in:
parent
7dfb4ff3d4
commit
8b2ffa773e
|
@ -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"
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
<MkInfo
|
||||
v-if="user.username.includes('.')"
|
||||
class="_formBlock"
|
||||
warn
|
||||
>{{ i18n.ts.isSystemAccount }}</MkInfo
|
||||
>
|
||||
|
||||
|
|
Loading…
Reference in New Issue