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 f80c381 commit dd585b1Copy full SHA for dd585b1
src/containers/Tablet/Tablet.js
@@ -199,7 +199,7 @@ class Tablet extends React.Component {
199
return (
200
<CriticalActionDialog
201
visible={dialogVisible}
202
- text="The tablet will be killed. Do you want to proceed?"
+ text="The tablet will be restarted. Do you want to proceed?"
203
onClose={this.hideDialog}
204
onConfirm={this._onKillClick}
205
/>
@@ -363,7 +363,7 @@ class Tablet extends React.Component {
363
disabled={this.isDisabledKill()}
364
className={b('control')}
365
>
366
- Kill
+ Restart
367
</Button>
368
{this.hasHiveId() ? (
369
<React.Fragment>
0 commit comments