mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-31 01:35:15 +02:00
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 DepartmentDropdown from 'app-components/department-dropdown';
|
||||||
import TagSelector from 'core-components/tag-selector';
|
import TagSelector from 'core-components/tag-selector';
|
||||||
import Tag from 'core-components/tag';
|
import Tag from 'core-components/tag';
|
||||||
import Input from 'core-components/input';
|
|
||||||
|
|
||||||
class TicketViewer extends React.Component {
|
class TicketViewer extends React.Component {
|
||||||
static propTypes = {
|
static propTypes = {
|
||||||
|
@ -91,6 +91,7 @@ export default {
|
|||||||
'BAN_EMAIL': 'Ban email',
|
'BAN_EMAIL': 'Ban email',
|
||||||
'EDIT_EMAIL': 'Edit email',
|
'EDIT_EMAIL': 'Edit email',
|
||||||
'EDIT_PASSWORD': 'Edit password',
|
'EDIT_PASSWORD': 'Edit password',
|
||||||
|
'EDIT_TITLE': 'Edit title',
|
||||||
'CHANGE_EMAIL': 'Change email',
|
'CHANGE_EMAIL': 'Change email',
|
||||||
'CHANGE_PASSWORD': 'Change password',
|
'CHANGE_PASSWORD': 'Change password',
|
||||||
'NAME': 'Name',
|
'NAME': 'Name',
|
||||||
@ -408,6 +409,7 @@ export default {
|
|||||||
'SERVER_CREDENTIALS_WORKING': 'Server credentials are working correctly',
|
'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?',
|
'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)',
|
'COMMENT_EDITED': '(comment edited)',
|
||||||
'LAST_7_DAYS': 'Last 7 days',
|
'LAST_7_DAYS': 'Last 7 days',
|
||||||
'LAST_30_DAYS': 'Last 30 days',
|
'LAST_30_DAYS': 'Last 30 days',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user