mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed code smell 'String literals should not be duplicated'.
This commit is contained in:
committed by
Akshay Joshi
parent
974d395a48
commit
31bbdd6a12
@@ -29,3 +29,14 @@ PGADMIN_NODE = 'pgadmin.node.%s'
|
||||
UNAUTH_REQ = "Unauthorized request."
|
||||
SERVER_CONNECTION_CLOSED = gettext(
|
||||
'Not connected to server or connection with the server has been closed.')
|
||||
|
||||
# Data Types
|
||||
DATATYPE_TIME_WITH_TIMEZONE = 'time with time zone'
|
||||
DATATYPE_TIME_WITHOUT_TIMEZONE = 'time without time zone'
|
||||
|
||||
DATATYPE_TIMESTAMP_WITH_TIMEZONE = 'timestamp with time zone'
|
||||
DATATYPE_TIMESTAMP_WITHOUT_TIMEZONE = 'timestamp without time zone'
|
||||
|
||||
# Error Messages
|
||||
ERROR_MSG_TRANS_ID_NOT_FOUND = gettext(
|
||||
'Transaction ID not found in the session.')
|
||||
|
||||
Reference in New Issue
Block a user