Skip to content

Commit 1439988

Browse files
committed
Fix button text
1 parent 1230993 commit 1439988

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/chat/interface/sw.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ var pushPromptCloseButtonNoShow = elements.getGPId("pushPromptCloseButtonNoShow"
3434
activatePushButton.textContent = "Now click the *real* allow button!";
3535
try{
3636
await notify.requestPermission();
37+
activatePushButton.textContent = "Subscribing to push notifications...";
3738
await accountHelper.pushNotificationHelper.subscribe(true);
3839
activatePushDialog.hidden = true;
3940
dialogs.alert("Registered push notification subscription successfully!");

wpstatic/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"timestamp":"1770737157769"}
1+
{"timestamp":"1770737247157"}

0 commit comments

Comments
 (0)