Skip to content

Commit

Permalink
Forgot to add translate call
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Nov 17, 2024
1 parent 4602613 commit d488530
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/fontra/views/editor/scene-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -763,9 +763,11 @@ export class SceneController {
},
{
title: () =>
this.sceneSettings.backgroundImagesAreLocked
? "action.unlock-background-images"
: "action.lock-background-images",
translate(
this.sceneSettings.backgroundImagesAreLocked
? "action.unlock-background-images"
: "action.lock-background-images"
),
actionIdentifier: "action.lock-background-images",
},
];
Expand Down

0 comments on commit d488530

Please sign in to comment.