Skip to content

Fix typos in z2ui5_cl_demo_app_000 #221

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/z2ui5_cl_demo_app_000.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@
page = page2->panel(
expandable = abap_true
expanded = client->_bind_edit( ms_check_expanded-popups )
headertext = `Popups & Popvers` ).
headertext = `Popups & Popovers` ).

panel = page->panel(
expandable = abap_false
Expand Down Expand Up @@ -648,7 +648,7 @@
).

panel->generic_tile(
header = 'Planning Calender'
header = 'Planning Calendar'
press = client->_event( 'Z2UI5_CL_DEMO_APP_080' )
mode = 'LineMode'
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
Expand Down Expand Up @@ -927,7 +927,7 @@
).

panel->generic_tile(
header = 'Tours & Contectual Help'
header = 'Tours & Contextual Help'
subheader = 'driver.js'
press = client->_event( 'z2ui5_cl_demo_app_119' )
mode = 'LineMode'
Expand Down