mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 23:57:12 +01:00
Remove formatted message from placeholder
This commit is contained in:
parent
1b44c5f826
commit
90db2239a2
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ export default function WebsiteEditForm({ values, onSave, onClose }) {
|
||||||
<Field
|
<Field
|
||||||
name="domain"
|
name="domain"
|
||||||
type="text"
|
type="text"
|
||||||
placeholder={<FormattedMessage id="label.example" defaultMessage="example.com" />}
|
placeholder="example.com"
|
||||||
spellCheck="false"
|
spellCheck="false"
|
||||||
autoCapitalize="off"
|
autoCapitalize="off"
|
||||||
autoCorrect="off"
|
autoCorrect="off"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue