mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
Remove formatted message from placeholder
This commit is contained in:
parent
1b44c5f826
commit
90db2239a2
@ -117,7 +117,7 @@ export default function WebsiteEditForm({ values, onSave, onClose }) {
|
||||
<Field
|
||||
name="domain"
|
||||
type="text"
|
||||
placeholder={<FormattedMessage id="label.example" defaultMessage="example.com" />}
|
||||
placeholder="example.com"
|
||||
spellCheck="false"
|
||||
autoCapitalize="off"
|
||||
autoCorrect="off"
|
||||
|
Loading…
x
Reference in New Issue
Block a user