You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Exceptionless.Web/ClientApp/src/lib/features/projects/components/dialogs/add-project-config-dialog.svelte
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@
35
35
<AlertDialog.Contentclass="sm:max-w-[425px]">
36
36
<formmethod="POST"use:enhance>
37
37
<AlertDialog.Header>
38
-
<AlertDialog.Title>Add New Configuration Setting</AlertDialog.Title>
38
+
<AlertDialog.Title>Add New Configuration Value</AlertDialog.Title>
39
39
<AlertDialog.Description
40
40
>The <Ahref="https://exceptionless.com/docs/project-settings/#client-configuration"target="_blank">configuration value</A> will be sent to
41
41
the Exceptionless clients in real time.</AlertDialog.Description
Copy file name to clipboardExpand all lines: src/Exceptionless.Web/ClientApp/src/lib/features/projects/components/dialogs/remove-project-config-dialog.svelte
Copy file name to clipboardExpand all lines: src/Exceptionless.Web/ClientApp/src/routes/(app)/project/[projectId]/configuration-values/+page.svelte
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@
90
90
91
91
<divclass="space-y-6">
92
92
<div>
93
-
<H3>Client Configuration Settings</H3>
93
+
<H3>Configuration Values</H3>
94
94
<Muted
95
95
>The <Ahref="https://exceptionless.com/docs/project-settings/#client-configuration"target="_blank">configuration value</A> will be sent to the Exceptionless
96
96
clients in real time. This allows you to change how your app works without redeploying your app.</Muted
0 commit comments