This commit is contained in:
tamaina 2023-04-22 18:41:40 +00:00
parent 08ca4cb185
commit be98a6a1ef
1 changed files with 1 additions and 1 deletions

View File

@ -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>