fix typo
This commit is contained in:
parent
8cd0eb8932
commit
6278f8b4a2
@ -3,9 +3,9 @@
|
|||||||
## Create pull request
|
## Create pull request
|
||||||
PR are always welcome, even if they only contain small fixes like typos or a few lines of code. If there will be a significant effort, please document it as an issue and get a discussion going before starting to work on it.
|
PR are always welcome, even if they only contain small fixes like typos or a few lines of code. If there will be a significant effort, please document it as an issue and get a discussion going before starting to work on it.
|
||||||
|
|
||||||
Please submit a PR broken down into small changes bit by bit. A PR consisting of a lot features and code changes may be hard to review. It is recommended to submit PRs in an incremental fashion.
|
Please submit a PR broken down into small changes' bit by bit. A PR consisting of a lot of features and code changes may be hard to review. It is recommended to submit PRs in an incremental fashion.
|
||||||
|
|
||||||
This [development guideline](https://dataease.io/docs/dev_manual/dev_manual/) contains information about repository structure, how to setup development environment, how to run it, and more.
|
This [development guideline](https://dataease.io/docs/dev_manual/dev_manual/) contains information about repository structure, how to set up development environment, how to run it, and more.
|
||||||
|
|
||||||
Note: If you split your pull request to small changes, please make sure any of the changes goes to master will not break anything. Otherwise, it can not be merged until this feature complete.
|
Note: If you split your pull request to small changes, please make sure any of the changes goes to master will not break anything. Otherwise, it can not be merged until this feature complete.
|
||||||
|
|
||||||
@ -21,5 +21,5 @@ When reporting issues, always include:
|
|||||||
* Steps to reproduce the issue.
|
* Steps to reproduce the issue.
|
||||||
* Snapshots or log files if needed
|
* Snapshots or log files if needed
|
||||||
|
|
||||||
Because the issues are open to the public, when submitting files, be sure to remove any sensitive information, e.g. user name, password, IP address, and company name. You can
|
Because the issues are open to the public, when submitting files, be sure to remove any sensitive information, e.g. username, password, IP address, and company name. You can
|
||||||
replace those parts with "REDACTED" or other strings like "****".
|
replace those parts with "REDACTED" or other strings like "****".
|
||||||
|
|||||||
@ -16,4 +16,4 @@ All security bugs should be reported to the contact as below:
|
|||||||
- support@fit2cloud.com
|
- support@fit2cloud.com
|
||||||
- 400-052-0755
|
- 400-052-0755
|
||||||
|
|
||||||
Thanks for you support!
|
Thanks for your support!
|
||||||
|
|||||||
@ -196,7 +196,7 @@ public class SysUserService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 修改用户密码清楚缓存
|
* 修改用户密码清除缓存
|
||||||
*
|
*
|
||||||
* @param request
|
* @param request
|
||||||
* @return
|
* @return
|
||||||
|
|||||||
@ -2341,7 +2341,7 @@ export default {
|
|||||||
teaching_video_bottom_hint: 'More videos',
|
teaching_video_bottom_hint: 'More videos',
|
||||||
enterprise_edition_hint1: 'Provide enterprise application scenario X-Pack enhancement package',
|
enterprise_edition_hint1: 'Provide enterprise application scenario X-Pack enhancement package',
|
||||||
enterprise_edition_hint2: 'Provide high-level original factory service support',
|
enterprise_edition_hint2: 'Provide high-level original factory service support',
|
||||||
enterprise_edition_hint3: 'Provide DateEase best practice recommendations',
|
enterprise_edition_hint3: 'Provide DataEase best practice recommendations',
|
||||||
open_source_community: 'Open source community',
|
open_source_community: 'Open source community',
|
||||||
click_show: 'Click To View',
|
click_show: 'Click To View',
|
||||||
show_more: 'Show More',
|
show_more: 'Show More',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user