Uniformize the copy for no entries in a hub (#2502)

This commit is contained in:
Hugo Baraúna 2024-03-07 17:13:56 -03:00 committed by GitHub
parent db41c99735
commit 6195f7418f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ defmodule LivebookWeb.Hub.FileSystemListComponent do
<div id={@id} class="flex flex-col space-y-4">
<div class="flex flex-col space-y-4">
<.no_entries :if={@file_systems == []}>
No file storages in this Hub yet.
No file storages here... yet!
</.no_entries>
<div
:for={file_system <- @file_systems}

View file

@ -7,7 +7,7 @@ defmodule LivebookWeb.Hub.Teams.DeploymentGroupListComponent do
<div id={@id} class="flex flex-col space-y-4">
<div class="flex flex-col space-y-4">
<.no_entries :if={@deployment_groups == []}>
No deployment groups in this Hub yet.
No deployment groups here... yet!
</.no_entries>
<div
:for={deployment_group <- @deployment_groups}