Skip to content

Commit

Permalink
Tooltip to add XHR breakpoint should use correct l10n string (firefox…
Browse files Browse the repository at this point in the history
  • Loading branch information
Archaeopteryx committed Jan 1, 2019
1 parent 0373105 commit c02d0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SecondaryPanes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ class SecondaryPanes extends Component<Props, State> {
},
"plus",
"plus",
L10N.getStr("xhrBreakpoints.placeholder")
L10N.getStr("xhrBreakpoints.label")
)
);

Expand Down

0 comments on commit c02d0ea

Please sign in to comment.