diff --git a/notifications.php b/notifications.php
index 785d3485..e1dbc102 100644
--- a/notifications.php
+++ b/notifications.php
@@ -42,7 +42,7 @@ $sql = mysqli_query($mysqli,"SELECT * FROM notifications LEFT JOIN clients ON no
if(empty($client_name)){
$client_name_display = "-";
}else{
- $client_name_display = "$client_name";
+ $client_name_display = "$client_name";
}
?>
diff --git a/notifications_dismissed.php b/notifications_dismissed.php
index 54712bd9..7c80c875 100644
--- a/notifications_dismissed.php
+++ b/notifications_dismissed.php
@@ -99,7 +99,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
if(empty($client_name)){
$client_name_display = "-";
}else{
- $client_name_display = "$client_name";
+ $client_name_display = "$client_name";
}
?>