add minor changes
This commit is contained in:
parent
d56c46dba6
commit
943c910181
|
@ -24,7 +24,6 @@ import InfoTooltip from 'core-components/info-tooltip';
|
|||
import DepartmentDropdown from 'app-components/department-dropdown';
|
||||
import TagSelector from 'core-components/tag-selector';
|
||||
import Tag from 'core-components/tag';
|
||||
import Input from 'core-components/input';
|
||||
|
||||
class TicketViewer extends React.Component {
|
||||
static propTypes = {
|
||||
|
|
|
@ -91,6 +91,7 @@ export default {
|
|||
'BAN_EMAIL': 'Ban email',
|
||||
'EDIT_EMAIL': 'Edit email',
|
||||
'EDIT_PASSWORD': 'Edit password',
|
||||
'EDIT_TITLE': 'Edit title',
|
||||
'CHANGE_EMAIL': 'Change email',
|
||||
'CHANGE_PASSWORD': 'Change password',
|
||||
'NAME': 'Name',
|
||||
|
@ -408,6 +409,7 @@ export default {
|
|||
'SERVER_CREDENTIALS_WORKING': 'Server credentials are working correctly',
|
||||
'DELETE_CUSTOM_FIELD_SURE': 'Some users may be using this field. Are you sure you want to delete it?',
|
||||
|
||||
'TITLE_EDITED': '(title edited)',
|
||||
'COMMENT_EDITED': '(comment edited)',
|
||||
'LAST_7_DAYS': 'Last 7 days',
|
||||
'LAST_30_DAYS': 'Last 30 days',
|
||||
|
|
Loading…
Reference in New Issue