diff options
author | Tatu Lund <tatu@vaadin.com> | 2021-09-29 14:15:53 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-29 14:15:53 +0300 |
commit | 845e12f65fa1c07c3bf721d5a4af43da08ec5101 (patch) | |
tree | edabc7e3a5385c2c1b33dc7a28f993eeffab0580 | |
parent | c982b1c531b7367ed43976a87be3818e3eeb8e79 (diff) | |
download | vaadin-framework-845e12f65fa1c07c3bf721d5a4af43da08ec5101.tar.gz vaadin-framework-845e12f65fa1c07c3bf721d5a4af43da08ec5101.zip |
Update links shown by license checker (#12402)
vaadin.com/pro does no longer have the info
-rw-r--r-- | client-compiler/src/main/resources/com/vaadin/tools/CvalChecker.properties | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/client-compiler/src/main/resources/com/vaadin/tools/CvalChecker.properties b/client-compiler/src/main/resources/com/vaadin/tools/CvalChecker.properties index ab6fb2ec22..04a9cc4dbe 100644 --- a/client-compiler/src/main/resources/com/vaadin/tools/CvalChecker.properties +++ b/client-compiler/src/main/resources/com/vaadin/tools/CvalChecker.properties @@ -1,8 +1,8 @@ -expired={2} for {0} {1} has expired. Get a valid license at vaadin.com/pro +expired={2} for {0} {1} has expired. Get a valid license at vaadin.com/pro/licenses -none=License for {0} {1} not found. Go to vaadin.com/pro for more details. +none=License for {0} {1} not found. Go to https://vaadin.com/licensing-faq-and-troubleshooting for more details. -invalid=License for {0} {1} is not valid. Get a valid license from vaadin.com/pro +invalid=License for {0} {1} is not valid. Get a valid license from vaadin.com/pro/licenses unreachable=License for {0} {1} has not been validated. Check your network connection. @@ -10,4 +10,4 @@ evaluation= > Using an evaluation license for {0} {1}. valid= > Using a valid license for {0} {1}. -agpl=Using AGPL version of {0} {1}. Commercial licensing options available at vaadin.com/pro +agpl=Using AGPL version of {0} {1}. Commercial licensing options available at vaadin.com/pricing |