Bug 1517349 - [release 115] Tooltip to add XHR breakpoint should use correct l10n string (#7626) (#7627). r=dwalsh

This commit is contained in:
Jason Laster 2019-01-02 17:00:43 -05:00
Родитель f8ebccd0d1
Коммит 7e23ef4dde
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -194,7 +194,7 @@ class SecondaryPanes extends Component<Props, State> {
}, },
"plus", "plus",
"plus", "plus",
L10N.getStr("xhrBreakpoints.placeholder") L10N.getStr("xhrBreakpoints.label")
) )
); );