diff --git a/src/ui/flow/zcl_abapgit_gui_page_flow.clas.abap b/src/ui/flow/zcl_abapgit_gui_page_flow.clas.abap index 39aa9d968..4afb72faa 100644 --- a/src/ui/flow/zcl_abapgit_gui_page_flow.clas.abap +++ b/src/ui/flow/zcl_abapgit_gui_page_flow.clas.abap @@ -350,7 +350,7 @@ CLASS ZCL_ABAPGIT_GUI_PAGE_FLOW IMPLEMENTATION. ENDIF. IF ls_feature-branch IS NOT INITIAL AND ls_feature-branch-up_to_date = abap_false. - ri_html->add( 'Branch not up to date

' ). + ri_html->add( 'Branch not up to date

' ). CONTINUE. ENDIF.