mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-24 23:09:23 +08:00
Teams Key -> Teams key (#2141)
This commit is contained in:
parent
9d206b06d0
commit
fa82bf141b
2 changed files with 3 additions and 3 deletions
|
@ -324,10 +324,10 @@ defmodule LivebookWeb.Hub.Edit.TeamComponent do
|
|||
~H"""
|
||||
<div class="p-6 flex flex-col space-y-5">
|
||||
<h3 class="text-2xl font-semibold text-gray-800">
|
||||
Teams Key
|
||||
Teams key
|
||||
</h3>
|
||||
<div class="justify-center">
|
||||
This is your <strong>Teams Key</strong>. This key is
|
||||
This is your <strong>Teams key</strong>. This key is
|
||||
required for you and invited users to join this organization.
|
||||
We recommend storing it somewhere safe:
|
||||
</div>
|
||||
|
|
|
@ -102,7 +102,7 @@ defmodule LivebookWeb.Hub.NewLive do
|
|||
<.password_field
|
||||
:if={@selected_option == "join-org"}
|
||||
field={f[:teams_key]}
|
||||
label="Livebook Teams Key"
|
||||
label="Livebook Teams key"
|
||||
/>
|
||||
|
||||
<button
|
||||
|
|
Loading…
Reference in a new issue