Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISSUE ED-715 fix : Camel case issue in project tile. #3285

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1046,14 +1046,14 @@
"FRMELEMNTS_LBL_PAST": "Past",
"FRMELEMNTS_LBL_PROJECTS": "Projects",
"FRMELEMNTS_LBL_PROJECT_DESC": "Manage and track your school improvement easily, by creating tasks and planning project timelines.",
"FRMELEMNTS_LBL_CREATE_NEW_PROGRAM": "Create new Program",
"FRMELEMNTS_LBL_CREATE_NEW_PROGRAM": "Create new program",
"FRMELEMNTS_BTN_IMPORT_PROJECT": "Import Project",
"FRMELEMNTS_LBL_CREATE_PROGRAM_INPUT_PLACEHOLDER": "Program name",
"FRMELEMNTS_LBL_CREATE_PROGRAM_INPUT_NAME": "Name",
"FRMELEMNTS_LBL_CREATE_PROGRAM": "Create Program",
"FRMELEMNTS_MSG_CREATE_PROGRAM_MESSAGE": "Enter your Program Name below and click 'save'",
"FRMELEMNTS_LBL_MY_PROGRAMS": "My Programs",
"FRMELEMNTS_BTN_ADD_PROGRAM": "Add Program",
"FRMELEMNTS_BTN_ADD_PROGRAM": "Add program",
"FRMELEMNTS_BTN_DELETE": "Delete",
"FRMELEMNTS_LBL_FROM": "From",
"FRMELEMNTS_LBL_TO": "To",
Expand Down