Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prtkjakhar committed Aug 23, 2023
1 parent 190e63e commit 111489f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/amakrushi/src/utils/textUtility.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const getInitialMsgs = (t: any, flags: any, locale: any): any => {
? flags?.en_example_ques_one?.value ||
"What are the different types of millets grown in Odisha?"
: flags?.or_example_ques_one?.value ||
"ଓଡ଼ିଶାରେ ଉତ୍ପାଦନ ହେଉଥିବା ବିଭିନ୍ନ ପ୍ରକାର ମିଲେଟ୍ ଗୁଡିକ କ'ଣ ?",,
"ଓଡ଼ିଶାରେ ଉତ୍ପାଦନ ହେଉଥିବା ବିଭିନ୍ନ ପ୍ରକାର ମିଲେଟ୍ ଗୁଡିକ କ'ଣ ?",
img: '/example_image_one.png'
},
{
Expand All @@ -19,7 +19,7 @@ export const getInitialMsgs = (t: any, flags: any, locale: any): any => {
? flags?.en_example_ques_two?.value ||
"Tell me something about treatment of termites in sugarcane?"
: flags?.or_example_ques_two?.value ||
"ଆଖୁରେ ଟର୍ମାଇଟ୍ସର ଚିକିତ୍ସା ବିଷୟରେ ମୋତେ କିଛି କୁହନ୍ତୁ |",,
"ଆଖୁରେ ଟର୍ମାଇଟ୍ସର ଚିକିତ୍ସା ବିଷୟରେ ମୋତେ କିଛି କୁହନ୍ତୁ |",
img: '/example_image_two.png'
},
{
Expand All @@ -29,7 +29,7 @@ export const getInitialMsgs = (t: any, flags: any, locale: any): any => {
? flags?.en_example_ques_three?.value ||
"How can farmers apply to government schemes in Odisha?"
: flags?.or_example_ques_three?.value ||
"କୃଷକମାନେ ଓଡିଶାରେ ସରକାରୀ ଯୋଜନାରେ କିପରି ଆବେଦନ କରିପାରିବେ ?",,
"କୃଷକମାନେ ଓଡିଶାରେ ସରକାରୀ ଯୋଜନାରେ କିପରି ଆବେଦନ କରିପାରିବେ ?",
img: '/example_image_three.png'
},
],
Expand Down

0 comments on commit 111489f

Please sign in to comment.