mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
fix help articles
This commit is contained in:
parent
74a62de7d0
commit
95c25c1bcd
@ -145,7 +145,7 @@ export class ChangePasswordComponent implements OnInit {
|
|||||||
this.i18nService.t('learnMore'), this.i18nService.t('close'), 'warning');
|
this.i18nService.t('learnMore'), this.i18nService.t('close'), 'warning');
|
||||||
if (learnMore) {
|
if (learnMore) {
|
||||||
this.platformUtilsService.launchUri(
|
this.platformUtilsService.launchUri(
|
||||||
'http://localhost:4009/article/attachments/#fixing-old-attachments');
|
'https://help.bitwarden.com/article/attachments/#fixing-old-attachments');
|
||||||
}
|
}
|
||||||
this.rotateEncKey = false;
|
this.rotateEncKey = false;
|
||||||
return;
|
return;
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
<div class="d-flex">
|
<div class="d-flex">
|
||||||
<a href="#" appStopClick (click)="download(a)">{{a.fileName}}</a>
|
<a href="#" appStopClick (click)="download(a)">{{a.fileName}}</a>
|
||||||
<div *ngIf="showFixOldAttachments(a)" class="ml-2">
|
<div *ngIf="showFixOldAttachments(a)" class="ml-2">
|
||||||
<a href="http://localhost:4009/article/attachments/#fixing-old-attachments"
|
<a href="https://help.bitwarden.com/article/attachments/#fixing-old-attachments"
|
||||||
target="_blank" rel="noopener">
|
target="_blank" rel="noopener">
|
||||||
<i class="fa fa-exclamation-triangle text-warning" title="{{'attachmentFixDesc' | i18n}}"></i></a>
|
<i class="fa fa-exclamation-triangle text-warning" title="{{'attachmentFixDesc' | i18n}}"></i></a>
|
||||||
<button type="button" class="btn btn-outline-primary btn-sm m-0 py-0 px-2"
|
<button type="button" class="btn btn-outline-primary btn-sm m-0 py-0 px-2"
|
||||||
|
Loading…
Reference in New Issue
Block a user