Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Natsuki-Kaede committed Nov 1, 2024
1 parent 2b0cdd7 commit 46c2fa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion locales/en-US.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1289,8 +1289,8 @@ pariPlusSystemSettings: "Pari Plus! system settings"
pariPlusNoteSettings: "Pari Plus! note settings"
pariPlusAppearanceSettings: "Pari Plus! appearance settings"
pariPlusFontPicker: "Default fonts"
enableRenderingOptimization: "Enable rendering optimization"
useHardwareAcceleration: "Enable hardware acceleration"
enableRenderingOptimization: "Enable rendering optimization"
autoTranslateButton: "Display translation function on notes in different languages"
showDetailTimeWhenHover: "Hover the timestamp of the note to expand the detailed time"
noteClickToOpen: "Click to open note details"
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/scripts/autospacing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ export function spacingNote(note: misskey.entities.Note) {
? autoSpacing(noteAsRecord.__autospacing_raw_cw)
: null;
return note;
}
}

0 comments on commit 46c2fa0

Please sign in to comment.