Skip to content

Commit

Permalink
Fix translation key cross-axis-mapping.undo.reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
ollimeier committed Oct 16, 2024
1 parent 1efe3b2 commit 5281d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fontra/views/fontinfo/panel-cross-axis-mapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export class CrossAxisMappingPanel extends BaseInfoPanel {
reordered.push(crossAxisMappingBox.mapping);
crossAxisMappingBox.mappingIndex = index;
}
const undoLabel = translate("cross-axis-mapping.reorder");
const undoLabel = translate("cross-axis-mapping.undo.reorder");
this.replaceMappings(reordered, undoLabel);
});

Expand Down

0 comments on commit 5281d06

Please sign in to comment.