Skip to content

Commit

Permalink
Project: update placeholder/hint in form
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannaPeanut committed Feb 4, 2025
1 parent cd1d4ca commit c475f03
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ export const ProjectForm = ({ users, ...props }: Props) => {
type="text"
name="placemarkUrl"
label="Placemark Url"
placeholder="https://places.nudafa.de/map/beispiel-karte-id"
help="Die Placemark-Karte liegt in Fixmycity's Placemark. Hier die Url der nicht öffentlichen Karte (https://places.nudafa.de/map/...) angeben."
placeholder="https://placemark.fixmycity.de/map/beispiel-karte-id"
help="Die Placemark-Karte liegt in Fixmycity's Placemark. Hier die Url der nicht öffentlichen Karte (https://placemark.fixmycity.de/map/...) angeben."
/>
</SuperAdminBox>
<LabeledTextareaField name="description" label="Beschreibung (Markdown)" optional />
Expand Down

0 comments on commit c475f03

Please sign in to comment.