Skip to content

Commit

Permalink
fix: l10n tags
Browse files Browse the repository at this point in the history
  • Loading branch information
zdm committed Sep 10, 2023
1 parent 79e2e01 commit 973c967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/get-text.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export default class GetText {

const reference = `${file}:${line}:${column}`;

message.references = [reference];
message.references = reference;
}

poFile.addMessages( { [id]: message } );
Expand Down

0 comments on commit 973c967

Please sign in to comment.