mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-26 07:54:13 +02:00
refactor(client): i18n.locale -> i18n.ts
This commit is contained in:
@@ -4,7 +4,7 @@ import { i18n } from '@/i18n';
|
||||
export function showSuspendedDialog() {
|
||||
return os.alert({
|
||||
type: 'error',
|
||||
title: i18n.locale.yourAccountSuspendedTitle,
|
||||
text: i18n.locale.yourAccountSuspendedDescription
|
||||
title: i18n.ts.yourAccountSuspendedTitle,
|
||||
text: i18n.ts.yourAccountSuspendedDescription
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user