mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-12-05 01:14:43 +01:00
remove title and change dialog icon
This commit is contained in:
parent
385846d43d
commit
51bc393d58
3 changed files with 1 additions and 7 deletions
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
|
@ -11000,10 +11000,6 @@ export interface Locale extends ILocale {
|
|||
* Show warning when opening external URLs
|
||||
*/
|
||||
"warnExternalUrl": string;
|
||||
/**
|
||||
* Confirm
|
||||
*/
|
||||
"confirm": string;
|
||||
"_mfm": {
|
||||
/**
|
||||
* This is not a widespread feature, it may not display properly on most other fedi software, including other Misskey forks
|
||||
|
|
|
@ -103,8 +103,7 @@ export function getUserMenu(user: Misskey.entities.UserDetailed, router: IRouter
|
|||
|
||||
async function getConfirmed(text: string): Promise<boolean> {
|
||||
const confirm = await os.confirm({
|
||||
type: 'warning',
|
||||
title: i18n.ts.confirm,
|
||||
type: 'question',
|
||||
text,
|
||||
});
|
||||
|
||||
|
|
|
@ -156,7 +156,6 @@ allowClickingNotifications: "Allow clicking on pop-up notifications"
|
|||
pinnedOnly: "Pinned"
|
||||
blockingYou: "Blocking you"
|
||||
warnExternalUrl: "Show warning when opening external URLs"
|
||||
confirm: "Confirm"
|
||||
_delivery:
|
||||
stop: "Suspend delivery"
|
||||
resume: "Resume delivery"
|
||||
|
|
Loading…
Reference in a new issue