Skip to content

Commit

Permalink
Minor text update (#7986)
Browse files Browse the repository at this point in the history
Co-authored-by: joehan <joehanley@google.com>
  • Loading branch information
hlshen and joehan authored Nov 21, 2024
1 parent c014dc5 commit 8019e2e
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 8019e2e

Please # to comment.