accountMovedShort

This commit is contained in:
tamaina 2023-04-22 17:06:30 +00:00
parent 942651c5e2
commit f3e3e0adb5
2 changed files with 2 additions and 2 deletions

View file

@ -583,7 +583,7 @@ export function post(props: Record<string, any> = {}): Promise<void> {
return alert({
type: 'error',
title: i18n.ts.accountMovedShort,
text: i18n.ts.forbiddenBecauseYouAreMigrated,
text: i18n.ts.operationForbidden,
});
}