mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-30 18:58:45 +08:00
Rename restart runtime to reconnect (#721)
* Rename restart runtime to reconnect * Update lib/livebook_web/live/output.ex Co-authored-by: José Valim <jose.valim@gmail.com>
This commit is contained in:
parent
bfb9dc371e
commit
79d6a9e6a2
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ defmodule LivebookWeb.Output do
|
|||
<%= if @is_standalone do %>
|
||||
<div>
|
||||
<button class="button button-gray" phx-click="restart_runtime">
|
||||
Restart runtime
|
||||
Reconnect runtime
|
||||
</button>
|
||||
</div>
|
||||
<% else %>
|
||||
|
|
Loading…
Reference in a new issue