Skip to content
Snippets Groups Projects
Unverified Commit e0431aed authored by 藤's avatar Committed by GitHub
Browse files

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


Co-authored-by: default avatar <nyaguri0417@gmail.com>
parent eba42230
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment