Skip to content

Commit

Permalink
fix(fairuse): Adjust website URL
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen authored and backportbot-nextcloud[bot] committed Jan 16, 2024
1 parent 8458a44 commit 1abe3de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Components/Notification.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</div>
<div v-else-if="externalLink" class="notification-actions">
<NcButton type="primary"
href="https://nextcloud.com/pushnotifications"
href="https://nextcloud.com/fairusepolicy"
class="action-button pull-right"
target="_blank"
rel="noreferrer noopener">
Expand Down
4 changes: 2 additions & 2 deletions src/NotificationsApp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
datetime="warning"
app="core"
:icon="warningIcon"
external-link="https://nextcloud.com/pushnotifications"
external-link="https://nextcloud.com/fairusepolicy"
:message="emptyContentDescription"
:subject="emptyContentMessage"
:index="2016" />
Expand Down Expand Up @@ -78,7 +78,7 @@

<template v-if="hasThrottledPushNotifications" #action>
<NcButton type="primary"
href="https://nextcloud.com/pushnotifications"
href="https://nextcloud.com/fairusepolicy"
target="_blank"
rel="noreferrer noopener">
<template #icon>
Expand Down

0 comments on commit 1abe3de

Please sign in to comment.