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:
Alexandre de Souza 2021-12-01 13:21:49 -03:00 committed by GitHub
parent bfb9dc371e
commit 79d6a9e6a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 %>