mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-24 10:24:15 +02:00
rename: client -> frontend
This commit is contained in:
10
packages/frontend/src/scripts/show-suspended-dialog.ts
Normal file
10
packages/frontend/src/scripts/show-suspended-dialog.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import * as os from '@/os';
|
||||
import { i18n } from '@/i18n';
|
||||
|
||||
export function showSuspendedDialog() {
|
||||
return os.alert({
|
||||
type: 'error',
|
||||
title: i18n.ts.yourAccountSuspendedTitle,
|
||||
text: i18n.ts.yourAccountSuspendedDescription,
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user