Teams Key -> Teams key (#2141)

This commit is contained in:
Hugo Baraúna 2023-08-04 11:12:16 -03:00 committed by GitHub
parent 9d206b06d0
commit fa82bf141b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

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

View file

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