We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c014dc5 commit 8019e2eCopy full SHA for 8019e2e
firebase-vscode/webviews/SidebarApp.tsx
@@ -74,7 +74,7 @@ function EmulatorsPanel() {
74
<>
75
<Spacer size="medium"></Spacer>
76
<label>
77
- Emulator start-up may take a while. In case of error, click reset.
+ Emulator start-up is taking a while. In case of error, click refresh.
78
</label>
79
<VSCodeProgressRing></VSCodeProgressRing>
80
@@ -85,7 +85,7 @@ function EmulatorsPanel() {
85
showResetPanel.value = false;
86
}}
87
>
88
- Reset Emulator View
+ Refresh Emulator View
89
</VSCodeButton>
90
</>
91
);
0 commit comments