mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Using the 'gettext' as oppose to '_', which is not defined in these
files.
This commit is contained in:
@@ -475,7 +475,7 @@ class ExtensionView(PGChildNodeView):
|
||||
return internal_server_error(errormsg=res)
|
||||
if len(res['rows']) == 0:
|
||||
return gone(
|
||||
_("Could not find the extension on the server.")
|
||||
gettext("Could not find the extension on the server.")
|
||||
)
|
||||
|
||||
result = res['rows'][0]
|
||||
|
||||
Reference in New Issue
Block a user