Skip to content

Commit

Permalink
Updated static data source handler
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalii-bezuhlyi committed May 6, 2024
1 parent 16c80e8 commit 967f021
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public Dictionary<string, string> GetData()
{ "1", "Confirmed" },
{ "2", "Proofread" },
{ "3", "Pretranslated" },
{ "4", "Reviewer1Confirmed" }
{ "4", "Reviewer 1 confirmed" }
};
}
}

0 comments on commit 967f021

Please sign in to comment.