mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Make changes to use gettext() function correctly.
This commit is contained in:
committed by
Akshay Joshi
parent
0424f7d962
commit
31a929388b
@@ -262,7 +262,8 @@ class ExtensionView(PGChildNodeView):
|
||||
status=410,
|
||||
success=0,
|
||||
errormsg=gettext(
|
||||
"Could not find the required parameter (%s).") % arg
|
||||
"Could not find the required parameter ({})."
|
||||
).format(arg)
|
||||
)
|
||||
|
||||
status, res = self.conn.execute_dict(
|
||||
|
||||
Reference in New Issue
Block a user