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