-
Notifications
You must be signed in to change notification settings - Fork 54
link to nextcloud.com and not the cloud itself #564
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
templates/page.values.php
Outdated
| </ul> | ||
|
|
||
| <p class="details-link"><a href="<?php p($theme->getBaseUrl()); ?>" target="_blank" rel="noreferrer noopener"><?php p($l->t('Learn more about %s', $theme->getName())); ?></a></p> | ||
| <p class="details-link"><a href="https://nextcloud.com" target="_blank" rel="noreferrer noopener"><?php p($l->t('Learn more about Nextcloud')); ?></a></p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use https://github.com/nextcloud/server/blob/3860dad9eaac937288d125c75e7f58cfbe44848a/lib/public/Defaults.php#L130 for the product name which would allow to specify the software. For the product url we currently don't have anything to replace, but we might need to have that adaptable for service provider scenarios.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the first part is done, the second for specifying the url is not
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the product url we currently don't have anything to replace, but we might need to have that adaptable for service provider scenarios.
Any idea how to do that?
8d6a389 to
e878b85
Compare
|
Failing test seems unrelated to me |
Signed-off-by: szaimen <[email protected]> Co-Authored-By: Julius Härtl <[email protected]>
c5efbd1 to
2437626
Compare
|
I'll do that again. |
|
Superseded by #567 |
Fix #462
Signed-off-by: szaimen [email protected]