fix issue #10195 設定のバックアップ の「削除」の文字がない (#10559)

Co-authored-by: 藤 <nyaguri0417@gmail.com>
This commit is contained in:
2023-04-10 10:23:56 +09:00 committed by GitHub
parent eba42230ee
commit e0431aed28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,