Skip to content

Commit

Permalink
fix(frontend): make inputs clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Jul 30, 2023
1 parent a78d67c commit 5fea505
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/frontend/src/pages/settings/notifications.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ const Page: NextPageWithLayout = () => {
.with(UserNotificationPlatformLot.Discord, () => (
<>
<TextInput
label="Base Url"
label="Webhook Url"
required
{...createUserNotificationPlatformForm.getInputProps(
"baseUrl",
Expand All @@ -267,7 +267,7 @@ const Page: NextPageWithLayout = () => {
.with(UserNotificationPlatformLot.Gotify, () => (
<>
<TextInput
label="Base Url"
label="Server Url"
required
{...createUserNotificationPlatformForm.getInputProps(
"baseUrl",
Expand Down Expand Up @@ -298,7 +298,7 @@ const Page: NextPageWithLayout = () => {
)}
/>
<TextInput
label="Base Url"
label="Server Url"
{...createUserNotificationPlatformForm.getInputProps(
"baseUrl",
)}
Expand Down

0 comments on commit 5fea505

Please sign in to comment.