Skip to content

Commit 73e36cb

Browse files
authored
minor: remove periods from tooltip messages (#2797)
remove periods from tooltip messages
1 parent 3db0150 commit 73e36cb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/forms/instance-create.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ const AdvancedAccordion = ({
779779
Floating IPs{' '}
780780
<TipIcon className="ml-1.5">
781781
Floating IPs exist independently of instances and can be attached to and
782-
detached from them as needed.
782+
detached from them as needed
783783
</TipIcon>
784784
</h2>
785785
{isFloatingIpAttached && (

app/pages/project/access/ProjectAccessPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export default function ProjectAccessPage() {
145145
Role
146146
<TipIcon className="ml-2">
147147
A user or group&apos;s effective role for this project is the strongest role
148-
on either the silo or project.
148+
on either the silo or project
149149
</TipIcon>
150150
</span>
151151
),

app/pages/project/instances/NetworkingTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ const staticIpCols = [
164164
<>
165165
Kind
166166
<TipIcon className="ml-2">
167-
Floating IPs can be detached from this instance and attached to another.
167+
Floating IPs can be detached from this instance and attached to another
168168
</TipIcon>
169169
</>
170170
),

app/pages/system/networking/IpPoolPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ const silosStaticCols = [
271271
Pool is silo default
272272
<TipIcon>
273273
IPs are allocated from the default pool when users ask for an IP without
274-
specifying a pool.
274+
specifying a pool
275275
</TipIcon>
276276
</span>
277277
)

0 commit comments

Comments
 (0)