This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit 68e6107b1330a891b27091bd1b11119cf4a9708a Author: Josh Tynjala <[email protected]> AuthorDate: Tue Apr 1 10:12:30 2025 -0700 TourDeJewel: fix some grammar --- examples/jewel/TourDeJewel/src/main/royale/WelcomeSection.mxml | 2 +- .../main/royale/components/ExampleAndSourceCodeTabbedSectionContent.as | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/jewel/TourDeJewel/src/main/royale/WelcomeSection.mxml b/examples/jewel/TourDeJewel/src/main/royale/WelcomeSection.mxml index a4dbcf9c6d..24cd157e87 100644 --- a/examples/jewel/TourDeJewel/src/main/royale/WelcomeSection.mxml +++ b/examples/jewel/TourDeJewel/src/main/royale/WelcomeSection.mxml @@ -120,7 +120,7 @@ limitations under the License. </j:Form> </j:VGroup> - <j:Label width="400" multiline="true" html="Jewel is a themeable and responsive set of user interface components for Apache Royale to help you quickly build the front end of your applications with ActionScript & MXML.<br>Check <a href='https://royale.apache.org'>https://royale.apache.org</a>"> + <j:Label width="400" multiline="true" html="Jewel is a themeable and responsive set of user interface components for Apache Royale to help you quickly build the front-end of your applications with ActionScript & MXML.<br>Visit <a href='https://royale.apache.org'>https://royale.apache.org</a> to learn more"> <j:beads> <j:SizeControl size="large"/> <j:TextAlign align="center"/> diff --git a/examples/jewel/TourDeJewel/src/main/royale/components/ExampleAndSourceCodeTabbedSectionContent.as b/examples/jewel/TourDeJewel/src/main/royale/components/ExampleAndSourceCodeTabbedSectionContent.as index 66fb7e0791..4ed97e5186 100644 --- a/examples/jewel/TourDeJewel/src/main/royale/components/ExampleAndSourceCodeTabbedSectionContent.as +++ b/examples/jewel/TourDeJewel/src/main/royale/components/ExampleAndSourceCodeTabbedSectionContent.as @@ -101,7 +101,7 @@ package components var link:A = new A(); link.href = sourceCodeUrlWebPrefix + sourceCodeUrl; - link.text = "Watch the source code for this page in GitHub"; + link.text = "View the source code for this page in GitHub"; link.target = "_blank"; link.rel = "noreferrer noopener" sourceCodeTab.addElement(link);
