Fix broken button captions in listings
[MAILPOET-1676]
This commit is contained in:
@@ -110,7 +110,7 @@ class ListingBulkActions extends React.Component {
|
|||||||
<input
|
<input
|
||||||
onClick={this.handleApplyAction}
|
onClick={this.handleApplyAction}
|
||||||
type="submit"
|
type="submit"
|
||||||
defaultValue={MailPoet.I18n.t('apply')}
|
value={MailPoet.I18n.t('apply')}
|
||||||
className="button action"
|
className="button action"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
@@ -67,7 +67,7 @@ class ListingFilters extends React.Component {
|
|||||||
id="post-query-submit"
|
id="post-query-submit"
|
||||||
onClick={this.handleFilterAction}
|
onClick={this.handleFilterAction}
|
||||||
type="submit"
|
type="submit"
|
||||||
defaultValue={MailPoet.I18n.t('filter')}
|
value={MailPoet.I18n.t('filter')}
|
||||||
className="button"
|
className="button"
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user