Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/forms/instance-create.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ const AdvancedAccordion = ({
Floating IPs{' '}
<TipIcon className="ml-1.5">
Floating IPs exist independently of instances and can be attached to and
detached from them as needed.
detached from them as needed
</TipIcon>
</h2>
{isFloatingIpAttached && (
Expand Down
2 changes: 1 addition & 1 deletion app/pages/project/access/ProjectAccessPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export default function ProjectAccessPage() {
Role
<TipIcon className="ml-2">
A user or group&apos;s effective role for this project is the strongest role
on either the silo or project.
on either the silo or project
</TipIcon>
</span>
),
Expand Down
2 changes: 1 addition & 1 deletion app/pages/project/instances/NetworkingTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ const staticIpCols = [
<>
Kind
<TipIcon className="ml-2">
Floating IPs can be detached from this instance and attached to another.
Floating IPs can be detached from this instance and attached to another
</TipIcon>
</>
),
Expand Down
2 changes: 1 addition & 1 deletion app/pages/system/networking/IpPoolPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ const silosStaticCols = [
Pool is silo default
<TipIcon>
IPs are allocated from the default pool when users ask for an IP without
specifying a pool.
specifying a pool
</TipIcon>
</span>
)
Expand Down
Loading