Skip to content

Commit

Permalink
Update titleKeys
Browse files Browse the repository at this point in the history
  • Loading branch information
ollimeier committed Oct 23, 2024
1 parent 58dd86f commit bd6409d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fontra/views/editor/panel-reference-font.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ export default class ReferenceFontPanel extends Panel {
"action.select-previous-reference-font",
{
topic,
titleKey: "menubar.view.select-previous-reference-font",
titleKey: "reference-font.select-previous-reference-font",
defaultShortCuts: [],
},
() => this.doSelectPreviousNextReferenceFont(true)
Expand All @@ -343,7 +343,7 @@ export default class ReferenceFontPanel extends Panel {
"action.select-next-reference-font",
{
topic,
titleKey: "menubar.view.select-next-reference-font",
titleKey: "reference-font.select-next-reference-font",
defaultShortCuts: [],
},
() => this.doSelectPreviousNextReferenceFont(false)
Expand Down

0 comments on commit bd6409d

Please sign in to comment.