mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Use "could not" consistently, instead of "couldn't" which was used in some places.
This commit is contained in:
committed by
Dave Page
parent
f2fc1ceba8
commit
c34f5fd2d4
@@ -1512,7 +1512,7 @@ WHERE db.oid = {0}""".format(did))
|
||||
|
||||
if did not in self.db_info:
|
||||
raise Exception(gettext(
|
||||
"Couldn't find the specified database."
|
||||
"Could not find the specified database."
|
||||
))
|
||||
|
||||
if database is None:
|
||||
|
||||
Reference in New Issue
Block a user