Skip to content

Commit 85a0e8d

Browse files
committed
fix: update label in English
1 parent 6ef5101 commit 85a0e8d

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

docs/components/phase.mdx

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ This variant <TagDocs text='phases' />, you can customize it with the following
6464
<Flex className="flex" gap="4">
6565
<PhaseCustom title="Title" icon="check" className="w-44 h-40" status="completed" numberPhase={1} textTag="Completed" />
6666
<PhaseCustom title="Title" icon="search" className="w-44 h-40" status="active" numberPhase={2} textTag="In progress" />
67-
<PhaseCustom title="Title" icon="balance" className="w-44 h-40" status="default" numberPhase={3} textTag="Pendding" />
67+
<PhaseCustom title="Title" icon="balance" className="w-44 h-40" status="default" numberPhase={3} textTag="Pending" />
6868
</Flex>
6969
</Playground>
7070

@@ -95,7 +95,7 @@ export default function App() {
9595
className="w-44 h-40"
9696
icon={ScaleIcon}
9797
status="default"
98-
textTag="Pendiente"
98+
textTag="Pending"
9999
numberPhase={3}
100100
/>
101101
</Flex>
@@ -133,7 +133,7 @@ This variant <TagDocs text='status' />, you can customize it with the following
133133
subtitle="Subtitle"
134134
variant="status"
135135
status="active"
136-
textTag="Pendiente"
136+
textTag="Pending"
137137
/>
138138
<Phase
139139
className="w-44"
@@ -166,7 +166,7 @@ export default function App() {
166166
subtitle="Subtitle"
167167
variant="status"
168168
status="active"
169-
textTag="Pendiente"
169+
textTag="Pending"
170170
/>
171171
<Phase
172172
className="w-44"
@@ -206,23 +206,23 @@ This variant <TagDocs text='quarters' />, you can customize it with the followin
206206
listData={[
207207
{
208208
completed: true,
209-
label: "Anuales",
209+
label: "Annual",
210210
},
211211
{
212212
completed: true,
213-
label: "Trimestre",
213+
label: "Quarter",
214214
},
215215
{
216216
completed: true,
217-
label: "Trimestre",
217+
label: "Quarter",
218218
},
219219
{
220220
completed: true,
221-
label: "Trimestre",
221+
label: "Quarter",
222222
},
223223
{
224224
completed: false,
225-
label: "Trimestre",
225+
label: "Quarter",
226226
},
227227
]} />
228228
<PhaseCustom
@@ -234,23 +234,23 @@ This variant <TagDocs text='quarters' />, you can customize it with the followin
234234
listData={[
235235
{
236236
completed: true,
237-
label: "Anuales",
237+
label: "Annual",
238238
},
239239
{
240240
completed: true,
241-
label: "Trimestre",
241+
label: "Quarter",
242242
},
243243
{
244244
completed: true,
245-
label: "Trimestre",
245+
label: "Quarter",
246246
},
247247
{
248248
completed: true,
249-
label: "Trimestre",
249+
label: "Quarter",
250250
},
251251
{
252252
completed: false,
253-
label: "Trimestre",
253+
label: "Quarter",
254254
},
255255
]} />
256256
</Flex>
@@ -270,23 +270,23 @@ export default function App() {
270270
listData={[
271271
{
272272
completed: true,
273-
label: "Anuales",
273+
label: "Annual",
274274
},
275275
{
276276
completed: true,
277-
label: "4° Trimestre",
277+
label: "4° Quarter",
278278
},
279279
{
280280
completed: true,
281-
label: "3° Trimestre",
281+
label: "3° Quarter",
282282
},
283283
{
284284
completed: true,
285-
label: "2° Trimestre",
285+
label: "2° Quarter",
286286
},
287287
{
288288
completed: false,
289-
label: "1° Trimestre",
289+
label: "1° Quarter",
290290
},
291291
]}
292292
/>
@@ -298,23 +298,23 @@ export default function App() {
298298
listData={[
299299
{
300300
completed: true,
301-
label: "Anuales",
301+
label: "Annual",
302302
},
303303
{
304304
completed: true,
305-
label: "4° Trimestre",
305+
label: "4° Quarter",
306306
},
307307
{
308308
completed: true,
309-
label: "3° Trimestre",
309+
label: "3° Quarter",
310310
},
311311
{
312312
completed: true,
313-
label: "2° Trimestre",
313+
label: "2° Quarter",
314314
},
315315
{
316316
completed: false,
317-
label: "1° Trimestre",
317+
label: "1° Quarter",
318318
},
319319
]}
320320
/>

0 commit comments

Comments
 (0)