mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-05-13 05:52:04 +00:00
fix(server_manager): data collection info url
This commit is contained in:
parent
e614da1393
commit
217cd3d9ea
4 changed files with 6 additions and 6 deletions
|
|
@ -391,7 +391,7 @@ export class AppRoot extends polymerElementWithLocalize {
|
|||
|
||||
<!-- Links section -->
|
||||
<paper-listbox>
|
||||
<span on-tap="maybeCloseDrawer"><a href="https://s3.amazonaws.com/outline-vpn/index.html#/en/support/dataCollection">[[localize('nav-data-collection')]]</a></span>
|
||||
<span on-tap="maybeCloseDrawer"><a href="https://support.getoutline.org/s/article/Data-collection">[[localize('nav-data-collection')]]</a></span>
|
||||
<!-- TODO(daniellacosse): restore this once the feedback form is fixed -->
|
||||
<!-- <span on-tap="submitFeedbackTapped">[[localize('nav-feedback')]]</span> -->
|
||||
<span on-tap="maybeCloseDrawer"><a href="https://s3.amazonaws.com/outline-vpn/index.html#/en/support/">[[localize('nav-help')]]</a></span>
|
||||
|
|
|
|||
|
|
@ -150,7 +150,7 @@ Polymer({
|
|||
on-value-changed="userFeedbackValueChanged"
|
||||
></paper-textarea>
|
||||
<p
|
||||
inner-h-t-m-l="[[localize('feedback-privacy', 'openLink', '<a href=https://s3.amazonaws.com/outline-vpn/index.html#/en/support/dataCollection>', 'closeLink', '</a>')]]"
|
||||
inner-h-t-m-l="[[localize('feedback-privacy', 'openLink', '<a href=https://support.getoutline.org/s/article/Data-collection>', 'closeLink', '</a>')]]"
|
||||
></p>
|
||||
</div>
|
||||
<!-- end of #feedbackWrapper -->
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ Polymer({
|
|||
<div class="dialogBanner"><img src="images/metrics.png" /></div>
|
||||
<h3>[[localize('metrics-title')]]</h3>
|
||||
<p
|
||||
inner-h-t-m-l="[[localize('metrics-description', 'openLink', '<a class=link href=https://s3.amazonaws.com/outline-vpn/index.html#/en/support/dataCollection>', 'closeLink', '</a>')]]"
|
||||
inner-h-t-m-l="[[localize('metrics-description', 'openLink', '<a class=link href=https://support.getoutline.org/s/article/Data-collection>', 'closeLink', '</a>')]]"
|
||||
></p>
|
||||
<div class="buttons">
|
||||
<paper-button dialog-dismiss="" on-tap="disableMetricsRequested"
|
||||
|
|
|
|||
|
|
@ -308,7 +308,7 @@ Polymer({
|
|||
>
|
||||
<iron-icon icon="icons:error-outline"></iron-icon>
|
||||
<p
|
||||
inner-h-t-m-l="[[localize('data-limits-disclaimer', 'openLink', '<a href=https://s3.amazonaws.com/outline-vpn/index.html#/en/support/dataCollection>', 'closeLink', '</a>')]]"
|
||||
inner-h-t-m-l="[[localize('data-limits-disclaimer', 'openLink', '<a href=https://support.getoutline.org/s/article/Data-collection>', 'closeLink', '</a>')]]"
|
||||
></p>
|
||||
</div>
|
||||
<div class="data-limits-input" hidden$="[[!isDefaultDataLimitEnabled]]">
|
||||
|
|
@ -352,7 +352,7 @@ Polymer({
|
|||
<div class="sub-section">
|
||||
<iron-icon icon="icons:error-outline"></iron-icon>
|
||||
<p
|
||||
inner-h-t-m-l="[[localize('experiments-disclaimer', 'openLink', '<a href=https://s3.amazonaws.com/outline-vpn/index.html#/en/support/dataCollection>', 'closeLink', '</a>')]]"
|
||||
inner-h-t-m-l="[[localize('experiments-disclaimer', 'openLink', '<a href=https://support.getoutline.org/s/article/Data-collection>', 'closeLink', '</a>')]]"
|
||||
></p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -369,7 +369,7 @@ Polymer({
|
|||
<h3>[[localize('settings-metrics-header')]]</h3>
|
||||
</div>
|
||||
<p
|
||||
inner-h-t-m-l="[[localize('metrics-description', 'openLink', '<a href=https://s3.amazonaws.com/outline-vpn/index.html#/en/support/dataCollection>', 'closeLink', '</a>')]]"
|
||||
inner-h-t-m-l="[[localize('metrics-description', 'openLink', '<a href=https://support.getoutline.org/s/article/Data-collection>', 'closeLink', '</a>')]]"
|
||||
></p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue