Merge pull request #2026 from ncallaway/always-open-in-title
Rename 'always open in' title
This commit is contained in:
commit
d2c00a10cf
1 changed files with 14 additions and 14 deletions
|
@ -1197,7 +1197,7 @@ Logic.registerPanel(ALWAYS_OPEN_IN_PICKER, {
|
||||||
// This method is called when the panel is shown.
|
// This method is called when the panel is shown.
|
||||||
prepare() {
|
prepare() {
|
||||||
Logic.listenToPickerBackButton();
|
Logic.listenToPickerBackButton();
|
||||||
document.getElementById("picker-title").textContent = "Reopen This Site in";
|
document.getElementById("picker-title").textContent = "Always Open in";
|
||||||
const fragment = document.createDocumentFragment();
|
const fragment = document.createDocumentFragment();
|
||||||
|
|
||||||
document.getElementById("new-container-div").innerHTML = "";
|
document.getElementById("new-container-div").innerHTML = "";
|
||||||
|
|
Loading…
Add table
Reference in a new issue