Skip to content

Commit 8889ce3

Browse files
authored
Update HelloWorld.al
1 parent 0647eff commit 8889ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app1/HelloWorld.al

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ pageextension 55000 CustomerListExt extends "Customer List"
66
{
77
trigger OnOpenPage();
88
begin
9-
Message('App published: Hello world');
9+
Message('App published: Hello world again');
1010
end;
1111
}

0 commit comments

Comments
 (0)