Skip to content

Commit dd585b1

Browse files
committed
fix(Tablet): change Kill to Restart
1 parent f80c381 commit dd585b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/containers/Tablet/Tablet.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ class Tablet extends React.Component {
199199
return (
200200
<CriticalActionDialog
201201
visible={dialogVisible}
202-
text="The tablet will be killed. Do you want to proceed?"
202+
text="The tablet will be restarted. Do you want to proceed?"
203203
onClose={this.hideDialog}
204204
onConfirm={this._onKillClick}
205205
/>
@@ -363,7 +363,7 @@ class Tablet extends React.Component {
363363
disabled={this.isDisabledKill()}
364364
className={b('control')}
365365
>
366-
Kill
366+
Restart
367367
</Button>
368368
{this.hasHiveId() ? (
369369
<React.Fragment>

0 commit comments

Comments
 (0)