File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ export function updateEmulatorBanner(
257
257
learnMoreLink . setAttribute ( 'id' , learnMoreId ) ;
258
258
learnMoreLink . innerText = 'Learn more' ;
259
259
learnMoreLink . href =
260
- 'http ://firebase.google.com/docs/studio/deploy-app#emulator ' ;
260
+ 'https ://firebase.google.com/docs/studio/preview-apps#preview-backend ' ;
261
261
learnMoreLink . setAttribute ( 'target' , '__blank' ) ;
262
262
learnMoreLink . style . paddingLeft = '5px' ;
263
263
learnMoreLink . style . textDecoration = 'underline' ;
@@ -290,7 +290,7 @@ export function updateEmulatorBanner(
290
290
}
291
291
292
292
if ( showError ) {
293
- firebaseText . innerText = `Not using emulated backend.` ;
293
+ firebaseText . innerText = `Preview backend disconnected .` ;
294
294
prependIcon . innerHTML = `<g clip-path="url(#clip0_6013_33858)">
295
295
<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"/>
296
296
</g>
@@ -308,7 +308,7 @@ export function updateEmulatorBanner(
308
308
<rect width="24" height="24" fill="white"/>
309
309
</clipPath>
310
310
</defs>` ;
311
- firebaseText . innerText = 'Using emulated backend' ;
311
+ firebaseText . innerText = 'Preview backend running in this workspace. ' ;
312
312
}
313
313
firebaseText . setAttribute ( 'id' , firebaseTextId ) ;
314
314
}
You can’t perform that action at this time.
0 commit comments