Skip to content

Commit 0615f55

Browse files
committed
Finalized changes
1 parent ecd0deb commit 0615f55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/util/src/emulator.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ export function updateEmulatorBanner(
257257
learnMoreLink.setAttribute('id', learnMoreId);
258258
learnMoreLink.innerText = 'Learn more';
259259
learnMoreLink.href =
260-
'http://firebase.google.com/docs/studio/deploy-app#emulator ';
260+
'https://firebase.google.com/docs/studio/preview-apps#preview-backend';
261261
learnMoreLink.setAttribute('target', '__blank');
262262
learnMoreLink.style.paddingLeft = '5px';
263263
learnMoreLink.style.textDecoration = 'underline';
@@ -290,7 +290,7 @@ export function updateEmulatorBanner(
290290
}
291291

292292
if (showError) {
293-
firebaseText.innerText = `Not using emulated backend.`;
293+
firebaseText.innerText = `Preview backend disconnected.`;
294294
prependIcon.innerHTML = `<g clip-path="url(#clip0_6013_33858)">
295295
<path d="M4.8 17.6L12 5.6L19.2 17.6H4.8ZM6.91667 16.4H17.0833L12 7.93333L6.91667 16.4ZM12 15.6C12.1667 15.6 12.3056 15.5444 12.4167 15.4333C12.5389 15.3111 12.6 15.1667 12.6 15C12.6 14.8333 12.5389 14.6944 12.4167 14.5833C12.3056 14.4611 12.1667 14.4 12 14.4C11.8333 14.4 11.6889 14.4611 11.5667 14.5833C11.4556 14.6944 11.4 14.8333 11.4 15C11.4 15.1667 11.4556 15.3111 11.5667 15.4333C11.6889 15.5444 11.8333 15.6 12 15.6ZM11.4 13.6H12.6V10.4H11.4V13.6Z" fill="#212121"/>
296296
</g>
@@ -308,7 +308,7 @@ export function updateEmulatorBanner(
308308
<rect width="24" height="24" fill="white"/>
309309
</clipPath>
310310
</defs>`;
311-
firebaseText.innerText = 'Using emulated backend';
311+
firebaseText.innerText = 'Preview backend running in this workspace.';
312312
}
313313
firebaseText.setAttribute('id', firebaseTextId);
314314
}

0 commit comments

Comments
 (0)