We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da38763 commit fe2810fCopy full SHA for fe2810f
src/vng/testsession/task.py
@@ -179,7 +179,7 @@ def ZGW_deploy(session):
179
'-U',
180
'postgres'
181
])
182
- update_session_status(session, _('Installatie succesvol uitgevoerd'), 100)
+ update_session_status(session, _('Installation succesful'), 100)
183
session.status = choices.StatusChoices.running
184
session.save()
185
0 commit comments