mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Correct label
This commit is contained in:
parent
aa44122a8a
commit
685b2f4ab7
@ -1485,7 +1485,7 @@ class TriggerFunctionModule(SchemaChildModule):
|
||||
"""
|
||||
|
||||
NODE_TYPE = 'trigger_function'
|
||||
COLLECTION_LABEL = gettext("Trigger Function")
|
||||
COLLECTION_LABEL = gettext("Trigger Functions")
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user