Fix typo (task-list-completed.tsx) (#51484)
* Update task-list-completed.tsx * Add changefile(s) from automation for the following project(s): woocommerce --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Chi-Hsuan Huang <chihsuan.tw@gmail.com>
This commit is contained in:
parent
8cdefdcd01
commit
2fc6528c61
|
@ -29,7 +29,7 @@ export const TaskListCompleted = ( {
|
||||||
className="woocommerce-task-card woocommerce-homescreen-card completed"
|
className="woocommerce-task-card woocommerce-homescreen-card completed"
|
||||||
>
|
>
|
||||||
<CardHeader size="medium">
|
<CardHeader size="medium">
|
||||||
<div className="wooocommerce-task-card__header">
|
<div className="woocommerce-task-card__header">
|
||||||
<img src={ HeaderImage } alt="Completed" />
|
<img src={ HeaderImage } alt="Completed" />
|
||||||
<h2>
|
<h2>
|
||||||
{ __(
|
{ __(
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: patch
|
||||||
|
Type: tweak
|
||||||
|
Comment: Fix typo (task-list-completed.tsx)
|
||||||
|
|
Loading…
Reference in New Issue