Skip to content

Commit

Permalink
fix: macro specifications
Browse files Browse the repository at this point in the history
  • Loading branch information
viperehonchuk authored and AdriandeCita committed Jan 27, 2024
1 parent 8053efc commit f7841b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/kuma/macros/specifications.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ function specifications(explicitQuery) {
);
const specItemData = {
bcdSpecificationURL: specURL,
title: 'Unknown specification',
shortTitle: 'Unknown specification',
title: 'Невідома специфікація',
shortTitle: 'Невідома специфікація',
};
if (spec) {
specItemData.title = spec.title;
Expand Down

0 comments on commit f7841b0

Please sign in to comment.