Skip to content

Commit

Permalink
Dev Updated ComfortUpdate links
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Dec 13, 2017
1 parent 05d2289 commit 2539aa3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion application/views/admin/update/manage/manage_key.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</p>
<p>
<?php
$aopen = '<a href="https://www.limesurvey.org/limesurvey-profile" target="_blank">';
$aopen = '<a href="https://www.limesurvey.org/get-your-free-comfortupdate-trial-key" target="_blank">';
$aclose = '</a>';
?>
<?php echo sprintf(gT("You can get a free trial update key from %syour account on the limesurvey.org website%s."),$aopen, $aclose); ?>
Expand Down
2 changes: 1 addition & 1 deletion application/views/admin/update/manage/subscribe.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<p>
<?php eT('The LimeSurvey ComfortUpdate is a great feature to easily update to the latest version of LimeSurvey. To use it you will need an update key.');?></p><p>
<?php
$aopen = '<a href="https://www.limesurvey.org/your-account/your-limesurvey-profile" target="_blank">';
$aopen = '<a href="https://www.limesurvey.org/get-your-free-comfortupdate-trial-key" target="_blank">';
$aclose = '</a>';
?>
<?php echo sprintf(gT("You can get a free trial update key from %syour account on the limesurvey.org website%s."),$aopen, $aclose); ?>
Expand Down
2 changes: 1 addition & 1 deletion application/views/admin/update/updater/welcome/_error.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<div>

<?php if( $buttons == 1 ): ?>
<a class="btn btn-default" href="https://www.limesurvey.org/en/" role="button" aria-disabled="false" target="_blank">
<a class="btn btn-default" href="https://www.limesurvey.org/editions-and-prices/limesurvey-ce/editions-and-prices-community" role="button" aria-disabled="false" target="_blank">
<?php eT("Buy a new key"); ?>
</a>

Expand Down

0 comments on commit 2539aa3

Please sign in to comment.