Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
This commit is contained in:
commit
48e2523081
|
@ -399,7 +399,7 @@ function menu(ev: MouseEvent, profileId: string) {
|
|||
icon: 'ti ti-device-floppy',
|
||||
action: () => save(profileId),
|
||||
}, null, {
|
||||
text: ts._preferencesBackups.delete,
|
||||
text: ts.delete,
|
||||
icon: 'ti ti-trash',
|
||||
action: () => deleteProfile(profileId),
|
||||
danger: true,
|
||||
|
|
Loading…
Reference in New Issue