diff --git a/frontend/app/components/Client/Sites/Sites.tsx b/frontend/app/components/Client/Sites/Sites.tsx
index 51a9a4d85..46226e07e 100644
--- a/frontend/app/components/Client/Sites/Sites.tsx
+++ b/frontend/app/components/Client/Sites/Sites.tsx
@@ -158,7 +158,7 @@ const Sites = ({
- No matching results.
+ No matching results
}
diff --git a/frontend/app/components/Client/Users/components/UserList/UserList.tsx b/frontend/app/components/Client/Users/components/UserList/UserList.tsx
index 572cf3492..c62f41101 100644
--- a/frontend/app/components/Client/Users/components/UserList/UserList.tsx
+++ b/frontend/app/components/Client/Users/components/UserList/UserList.tsx
@@ -46,7 +46,7 @@ function UserList(props: Props) {
title={
-
No matching results.
+
No matching results
}
size="small"
diff --git a/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/ClickMapCard/ClickMapCard.tsx b/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/ClickMapCard/ClickMapCard.tsx
index c77dbcd95..f12510fac 100644
--- a/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/ClickMapCard/ClickMapCard.tsx
+++ b/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/ClickMapCard/ClickMapCard.tsx
@@ -47,7 +47,7 @@ function ClickMapCard({
title={
- No data for selected period or URL.
+ No data for selected period or URL
diff --git a/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/CustomMetricTableSessions/CustomMetricTableSessions.tsx b/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/CustomMetricTableSessions/CustomMetricTableSessions.tsx
index 1e8ef2d69..05d6b538c 100644
--- a/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/CustomMetricTableSessions/CustomMetricTableSessions.tsx
+++ b/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/CustomMetricTableSessions/CustomMetricTableSessions.tsx
@@ -29,7 +29,7 @@ function CustomMetricTableSessions(props: Props) {
- No relevant sessions found for the selected time period.
+ No relevant sessions found for the selected time period
}
diff --git a/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/InsightsCard/InsightsCard.tsx b/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/InsightsCard/InsightsCard.tsx
index a12449437..caa16e0c4 100644
--- a/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/InsightsCard/InsightsCard.tsx
+++ b/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/InsightsCard/InsightsCard.tsx
@@ -61,7 +61,7 @@ function InsightsCard({ data }: any) {
title={
- No data for selected period.
+ No data for selected period
}
show={data.issues && data.issues.length === 0}
diff --git a/frontend/app/components/Dashboard/components/DashboardList/DashboardList.tsx b/frontend/app/components/Dashboard/components/DashboardList/DashboardList.tsx
index 950e30c4d..efd9a51d8 100644
--- a/frontend/app/components/Dashboard/components/DashboardList/DashboardList.tsx
+++ b/frontend/app/components/Dashboard/components/DashboardList/DashboardList.tsx
@@ -20,7 +20,7 @@ function DashboardList() {
- {dashboardsSearch !== '' ? 'No matching results' : "You haven't created any dashboards yet."}
+ {dashboardsSearch !== '' ? 'No matching results' : "You haven't created any dashboards yet"}
}
diff --git a/frontend/app/components/Dashboard/components/WidgetSessions/WidgetSessions.tsx b/frontend/app/components/Dashboard/components/WidgetSessions/WidgetSessions.tsx
index 7d6a60e1b..bb4a023a7 100644
--- a/frontend/app/components/Dashboard/components/WidgetSessions/WidgetSessions.tsx
+++ b/frontend/app/components/Dashboard/components/WidgetSessions/WidgetSessions.tsx
@@ -142,7 +142,7 @@ function WidgetSessions(props: Props) {
- No relevant sessions found for the selected time period.
+ No relevant sessions found for the selected time period
}
diff --git a/frontend/app/components/FFlags/FFlagsList.tsx b/frontend/app/components/FFlags/FFlagsList.tsx
index 4ea928a57..712824554 100644
--- a/frontend/app/components/FFlags/FFlagsList.tsx
+++ b/frontend/app/components/FFlags/FFlagsList.tsx
@@ -63,7 +63,7 @@ function FFlagsList({ siteId }: { siteId: string }) {
{featureFlagsStore.sort.query === ''
- ? "You haven't created any feature flags yet."
+ ? "You haven't created any feature flags yet"
: 'No matching results'}