bimtester: fix italian and dutch project setup step files

This commit is contained in:
Bernd Hahnebach
2021-11-17 10:25:13 +01:00
parent 5c224150ec
commit 1c3980b6f0
2 changed files with 2 additions and 2 deletions
@@ -8,4 +8,4 @@ def step_impl(context, schema):
@step('Il nome del progetto, codice o identificatore breve deve essere "{value}"')
def step_impl(context, value):
context.execute_steps(f'* "The project name, code, or short identifier must be "{value}"')
context.execute_steps(f'* The project name, code, or short identifier must be "{value}"')
@@ -8,4 +8,4 @@ def step_impl(context, schema):
@step('De projectnaam, code of korte ID moet "{value}"')
def step_impl(context, value):
context.execute_steps(f'* "The project name, code, or short identifier must be "{value}"')
context.execute_steps(f'* The project name, code, or short identifier must be "{value}"')