Skip to content

Commit 86cbef6

Browse files
fix: add title for page
1 parent fb5cf84 commit 86cbef6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

apps/portal/src/assets/i18n/en.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
{
2+
"COMMON": {
3+
"TITLE":"Transcript Summarizer"
4+
},
25
"ERRORS": {
36
"UNHANDLED_ERROR": "Something went wrong",
47
"API_ERROR": "Something went wrong while fetching data"
58
},
69
"TRANSCRIPT": {
10+
"UPLOAD_INFO":{
11+
"ACCEPTED_FILE":"Accepted File: .vtt, .txt",
12+
"MAX_FILE_SIZE":"Max File Size: 10.00MB"
13+
},
714
"ERRORS": {
815
"FILE_TYPE": "Please upload a VTT or TXT file only.",
916
"FILE_SIZE": "File size should not exceed 10 MB.",

0 commit comments

Comments
 (0)