Skip to content

Commit

Permalink
substitute the word 'trigger' with 'perform'
Browse files Browse the repository at this point in the history
  • Loading branch information
sepp4me committed Sep 1, 2023
1 parent 5158182 commit 10733df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions file-formats/smbc/smbc-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@
],
"enumDescriptions": [
"Item is created in subpage",
"By clicking on 'Create' a new line is created but automatic navigation to subpage is not triggered.",
"By clicking on 'Add row' a new line is created but automatic navigation to subpage is not triggered.",
"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."
],
"default": "newPage"
Expand Down
4 changes: 2 additions & 2 deletions file-formats/smbc/type/zif_aff_smbc_v1.intf.abap
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ INTERFACE zif_aff_smbc_v1
"! Item is created in subpage
new_page TYPE string VALUE 'NewPage',
"! <p class="shorttext synchronized">Inline</p>
"! By clicking on 'Create' a new line is created but automatic navigation to subpage is not triggered.
"! By clicking on 'Create' a new line is created but automatic navigation to subpage is not performed.
inline TYPE string VALUE 'Inline',
"! <p class="shorttext synchronized">Creation Row</p>
"! By clicking on 'Add row' a new line is created but automatic navigation to subpage is not triggered.
"! 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.
Expand Down

0 comments on commit 10733df

Please sign in to comment.