mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 06:03:08 +02:00
Co-authored-by: 藤 <nyaguri0417@gmail.com>
This commit is contained in:
parent
eba42230ee
commit
e0431aed28
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue