diff --git a/src/ifcbimtester/bimtester/features/steps/project_setup/it.py b/src/ifcbimtester/bimtester/features/steps/project_setup/it.py index a9b103e7ca..e40a855171 100644 --- a/src/ifcbimtester/bimtester/features/steps/project_setup/it.py +++ b/src/ifcbimtester/bimtester/features/steps/project_setup/it.py @@ -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}"') diff --git a/src/ifcbimtester/bimtester/features/steps/project_setup/nl.py b/src/ifcbimtester/bimtester/features/steps/project_setup/nl.py index 84618014ef..27e7cbfefd 100644 --- a/src/ifcbimtester/bimtester/features/steps/project_setup/nl.py +++ b/src/ifcbimtester/bimtester/features/steps/project_setup/nl.py @@ -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}"')