mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed code smell 'Remove duplicates string literals'.
This commit is contained in:
committed by
Akshay Joshi
parent
9ae9ccff16
commit
4da4a05611
@@ -40,3 +40,7 @@ DATATYPE_TIMESTAMP_WITHOUT_TIMEZONE = 'timestamp without time zone'
|
||||
# Error Messages
|
||||
ERROR_MSG_TRANS_ID_NOT_FOUND = gettext(
|
||||
'Transaction ID not found in the session.')
|
||||
|
||||
# Role module constant
|
||||
ERROR_FETCHING_ROLE_INFORMATION = gettext(
|
||||
'Error fetching role information from the database server.')
|
||||
|
||||
Reference in New Issue
Block a user