Label Incrementions and pt-BR update
This commit is contained in:
@@ -246,7 +246,7 @@ export default function EventDataForm({ websiteId, onClose, className }) {
|
||||
</FormLayout>
|
||||
</div>
|
||||
<div>
|
||||
<DataTable className={styles.table} data={data} title="Results" showPercentage={false} />
|
||||
<DataTable className={styles.table} data={data} title={<FormattedMessage id="label.results" defaultMessage="Results" />} />
|
||||
</div>
|
||||
</div>
|
||||
<FormButtons>
|
||||
|
||||
@@ -117,7 +117,7 @@ export default function WebsiteEditForm({ values, onSave, onClose }) {
|
||||
<Field
|
||||
name="domain"
|
||||
type="text"
|
||||
placeholder="example.com"
|
||||
placeholder={<FormattedMessage id="label.example" defaultMessage="example.com" />}
|
||||
spellCheck="false"
|
||||
autoCapitalize="off"
|
||||
autoCorrect="off"
|
||||
|
||||
Reference in New Issue
Block a user