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 cd01857 commit f889657Copy full SHA for f889657
1 file changed
frontend/app/view/tsunami/tsunami.tsx
@@ -148,11 +148,11 @@ class TsunamiViewModel extends WebViewModel {
148
// Add tsunami-specific menu items at the beginning
149
const tsunamiItems: ContextMenuItem[] = [
150
{
151
- label: "Restart",
+ label: "Restart WaveApp",
152
click: () => this.restartController(),
153
},
154
155
- label: "Restart and Force Rebuild",
+ label: "Restart WaveApp and Force Rebuild",
156
click: () => this.restartAndForceRebuild(),
157
158
0 commit comments