Skip to content

Commit 1984670

Browse files
committed
fix: correct spelling of 'Initiated' in running status labels
1 parent 5d4a628 commit 1984670

File tree

1 file changed

+1
-1
lines changed
  • app/[locale]/dashboard/[entityType]/[entitySlug]/usecases/edit/[id]/details

1 file changed

+1
-1
lines changed

app/[locale]/dashboard/[entityType]/[entitySlug]/usecases/edit/[id]/details/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const Details = () => {
109109

110110
const runningStatus = [
111111
{
112-
label: 'Intitated',
112+
label: 'Initiated',
113113
value: 'INITIATED',
114114
},
115115
{

0 commit comments

Comments
 (0)