Skip to content

Commit

Permalink
Add missing caption (#541)
Browse files Browse the repository at this point in the history
<!-- Thank you for submitting a Pull Request. If you're new to
contributing to BCApps please read our pull request guideline below
* https://github.com/microsoft/BCApps/Contributing.md
-->
#### Summary <!-- Provide a general summary of your changes -->
Add missing caption to Email Viewer group

#### Work Item(s) <!-- Add the issue number here after the #. The issue
needs to be open and approved. Submitting PRs with no linked issues or
unapproved issues is highly discouraged. -->
Fixes
[AB#498434](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/498434)
  • Loading branch information
JesperSchulz authored Feb 6, 2024
1 parent 263bda0 commit 6f27bea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ page 13 "Email Editor"
{
group("Email Details")
{
Caption = 'Email details';
Caption = 'Email Details';

grid("Email Details Grid")
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ page 12 "Email Viewer"
{
group("Email Details")
{
Caption = 'Email Details';

grid("Email Details Grid")
{
group("Email Inner Details")
Expand Down

0 comments on commit 6f27bea

Please sign in to comment.