A 4xx status code indicates a client error — this means it's a you problem.
+
A 4xx status code indicates a client error - this means it's a you problem.
@@ -55,7 +55,7 @@
5xx
-
A 5xx status code indicates a server error — you won't be seeing a lot of these.
+
A 5xx status code indicates a server error - you won't be seeing a lot of these.
diff --git a/Accounts/views/index.ejs b/Accounts/views/index.ejs
index b49cc52edd..7afd3e0ca5 100644
--- a/Accounts/views/index.ejs
+++ b/Accounts/views/index.ejs
@@ -10,7 +10,7 @@
-
+
<% if(typeof enableGoogleTagManager !== 'undefined' ? enableGoogleTagManager : false){ %>
diff --git a/AdminDashboard/src/Pages/Settings/WhatsApp/Index.tsx b/AdminDashboard/src/Pages/Settings/WhatsApp/Index.tsx
index c655ea00c9..37bd7508e9 100644
--- a/AdminDashboard/src/Pages/Settings/WhatsApp/Index.tsx
+++ b/AdminDashboard/src/Pages/Settings/WhatsApp/Index.tsx
@@ -176,7 +176,7 @@ const buildWhatsAppSetupMarkdown: BuildWhatsAppSetupMarkdown = (): string => {
const webhookSection: string = [
"### Configure Meta Webhook Subscription",
"1. In the OneUptime Admin Dashboard, open **Settings → WhatsApp → Meta WhatsApp Settings** and enter a strong value in **Webhook Verify Token**. Save the form so the encrypted token is stored in Global Config.",
- "2. Keep that verify token handy—Meta does not generate one for you. You'll paste the exact same value when configuring the callback.",
+ "2. Keep that verify token handy-Meta does not generate one for you. You'll paste the exact same value when configuring the callback.",
"3. In [Meta for Developers](https://developers.facebook.com/apps/), select your WhatsApp app and navigate to **WhatsApp → Configuration → Webhooks**.",
`4. Click **Configure**, then supply one of the following callback URLs when Meta asks for your endpoint:\n - \`${primaryWebhookUrl}\`\n `,
"5. Paste the verify token from step 1 into Meta's **Verify Token** field and submit. Meta will call the callback URL and expect that value to match before it approves the subscription.",
@@ -195,7 +195,7 @@ const buildWhatsAppSetupMarkdown: BuildWhatsAppSetupMarkdown = (): string => {
"### Required WhatsApp Templates",
templateSummaryTable,
"### Template Bodies",
- "> Copy the exact template body below—including punctuation and spacing—when creating each template inside Meta. The variables list shows every placeholder that must be configured in WhatsApp Manager.",
+ "> Copy the exact template body below-including punctuation and spacing-when creating each template inside Meta. The variables list shows every placeholder that must be configured in WhatsApp Manager.",
templateBodies,
]
.filter(Boolean)
diff --git a/AdminDashboard/views/index.ejs b/AdminDashboard/views/index.ejs
index 698823beea..8739bba88e 100644
--- a/AdminDashboard/views/index.ejs
+++ b/AdminDashboard/views/index.ejs
@@ -9,7 +9,7 @@
-
+
<% if(typeof enableGoogleTagManager !== 'undefined' ? enableGoogleTagManager : false){ %>
diff --git a/Common/Server/Utils/Workspace/MicrosoftTeams/MicrosoftTeams.ts b/Common/Server/Utils/Workspace/MicrosoftTeams/MicrosoftTeams.ts
index 021e10524b..aac9a470fa 100644
--- a/Common/Server/Utils/Workspace/MicrosoftTeams/MicrosoftTeams.ts
+++ b/Common/Server/Utils/Workspace/MicrosoftTeams/MicrosoftTeams.ts
@@ -1959,13 +1959,13 @@ export default class MicrosoftTeamsUtil extends WorkspaceBase {
return `Hello! I'm the OneUptime bot. I can help you with the following commands:
**Available Commands:**
-- **help** — Show this help message
-- **create incident** — Create a new incident
-- **create maintenance** — Create a new scheduled maintenance event
-- **show active incidents** — Display all currently active incidents
-- **show scheduled maintenance** — Show upcoming scheduled maintenance events
-- **show ongoing maintenance** — Display currently ongoing maintenance events
-- **show active alerts** — Display all active alerts
+- **help** - Show this help message
+- **create incident** - Create a new incident
+- **create maintenance** - Create a new scheduled maintenance event
+- **show active incidents** - Display all currently active incidents
+- **show scheduled maintenance** - Show upcoming scheduled maintenance events
+- **show ongoing maintenance** - Display currently ongoing maintenance events
+- **show active alerts** - Display all active alerts
Just type any of these commands to get the information you need!`;
}
diff --git a/Common/UI/Components/LogsViewer/components/LogDetailsPanel.tsx b/Common/UI/Components/LogsViewer/components/LogDetailsPanel.tsx
index 56b2eac950..bb8feb8b70 100644
--- a/Common/UI/Components/LogsViewer/components/LogDetailsPanel.tsx
+++ b/Common/UI/Components/LogsViewer/components/LogDetailsPanel.tsx
@@ -228,7 +228,7 @@ const LogDetailsPanel: FunctionComponent = (
) : (