This commit is contained in:
parent
08ca4cb185
commit
be98a6a1ef
|
@ -42,10 +42,10 @@
|
|||
</MkButton>
|
||||
</template>
|
||||
<template v-else-if="$i">
|
||||
<FormInfo>{{ i18n.ts._accountMigration.postMigrationNote }}</FormInfo>
|
||||
<FormInfo warn>{{ i18n.ts._accountMigration.movedAndCannotBeUndone }}</FormInfo>
|
||||
<div>{{ i18n.ts._accountMigration.movedTo }}</div>
|
||||
<MkUserInfo v-if="movedTo" :user="movedTo" class="_panel _shadow" />
|
||||
<FormInfo>{{ i18n.ts._accountMigration.postMigrationNote }}</FormInfo>
|
||||
</template>
|
||||
</div>
|
||||
</MkFolder>
|
||||
|
|
Loading…
Reference in New Issue