diff options
author | Tatu Lund <tatu@vaadin.com> | 2021-09-28 13:05:02 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-28 13:05:02 +0300 |
commit | 84341c4ae7bad17d1e89ccf1dc129e6287810cd7 (patch) | |
tree | 1e84dcd43dfe62336620379dfc83953dd7f39970 | |
parent | 6cb484d3574c7e7c683b32792105382a7bd2acf4 (diff) | |
download | vaadin-framework-84341c4ae7bad17d1e89ccf1dc129e6287810cd7.tar.gz vaadin-framework-84341c4ae7bad17d1e89ccf1dc129e6287810cd7.zip |
Update links shown by license checker (#12403)
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 3f4fd52cb7..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
\ No newline at end of file +agpl=Using AGPL version of {0} {1}. Commercial licensing options available at vaadin.com/pricing |