Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions firebase-vscode/webviews/SidebarApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function EmulatorsPanel() {
<>
<Spacer size="medium"></Spacer>
<label>
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.
</label>
<VSCodeProgressRing></VSCodeProgressRing>
<Spacer size="medium"></Spacer>
Expand All @@ -85,7 +85,7 @@ function EmulatorsPanel() {
showResetPanel.value = false;
}}
>
Reset Emulator View
Refresh Emulator View
</VSCodeButton>
</>
);
Expand Down
Loading