Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
sepp4me committed Sep 12, 2023
1 parent 10733df commit 2aabc26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion file-formats/smbc/smbc-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
"Item is created in subpage",
"By clicking on 'Create' a new line is created but automatic navigation to subpage is not performed.",
"By clicking on 'Add row' a new line is created but automatic navigation to subpage is not performed.",
"In create or edit mode, two new empty rows are added to the table."
"In create or edit mode, one new empty row is added to the table."
],
"default": "newPage"
},
Expand Down
2 changes: 1 addition & 1 deletion file-formats/smbc/type/zif_aff_smbc_v1.intf.abap
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ INTERFACE zif_aff_smbc_v1
"! By clicking on 'Add row' a new line is created but automatic navigation to subpage is not performed.
creation_row TYPE string VALUE 'CreationRow',
"! <p class="shorttext synchronized">Empty Rows</p>
"! In create or edit mode, two new empty rows are added to the table.
"! In create or edit mode, one new empty row is added to the table.
inline_creation_rows TYPE string VALUE 'InlineCreationRows',
END OF co_creation_mode_name,
"! <p class="shorttext synchronized" >Initial Load</p>
Expand Down

0 comments on commit 2aabc26

Please sign in to comment.