Skip to content

Commit

Permalink
fix issue misskey-dev#10195 設定のバックアップ の「削除」の文字がない (misskey-dev#10559)
Browse files Browse the repository at this point in the history
Co-authored-by: 藤 <[email protected]>
  • Loading branch information
2 people authored and hutchisr committed Apr 12, 2023
1 parent a06f74f commit af2db9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit af2db9d

Please sign in to comment.