Skip to content

Commit f889657

Browse files
committed
add WaveApp to labels
1 parent cd01857 commit f889657

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/app/view/tsunami/tsunami.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,11 @@ class TsunamiViewModel extends WebViewModel {
148148
// Add tsunami-specific menu items at the beginning
149149
const tsunamiItems: ContextMenuItem[] = [
150150
{
151-
label: "Restart",
151+
label: "Restart WaveApp",
152152
click: () => this.restartController(),
153153
},
154154
{
155-
label: "Restart and Force Rebuild",
155+
label: "Restart WaveApp and Force Rebuild",
156156
click: () => this.restartAndForceRebuild(),
157157
},
158158
{

0 commit comments

Comments
 (0)