Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
nengyuanzhang committed May 11, 2023
2 parents ce0ea3b + c2ded35 commit e7a3664
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added
- Added captcha to myems-web login form
- Added captcha to myems-admin login form
- Added higher limit and lower limit to tbl_points in database
- Added is_in_alarm to tbl_points in database
- Added new rule fdd codes to myems-admin

### Changed
- None
- Updated English Translation in myems-admin

### Fixed
- None
- Fixed typo in database
- Fixed typo of error description in myems-api

### Removed
- Removed legacy docs for readthedocs, and replaced with https://myems.io
Expand Down
3 changes: 3 additions & 0 deletions myems-admin/app/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,9 @@ function config($translateProvider) {
BIND_TENANT: 'Bind Tenant',
N_S_TENANT: 'Bound Tenants',
TENANT_LIST: 'Tenant List',
BIND_SHOPFLOOR: 'Bind Shopfloor',
N_S_SHOPFLOOR: 'Bound Shopfloor',
SHOPFLOOR_LIST: 'Shopfloor List',
},
STORE: {
ADDRESS: 'Address',
Expand Down

0 comments on commit e7a3664

Please sign in to comment.