mirror of
https://github.com/bitwarden/web
synced 2025-12-15 15:53:18 +00:00
link corrections for help
help.bitwarden.com/article/ -> bitwarden.com/help/
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 54c6a4b3c3...b4f475251a
@@ -7,7 +7,7 @@
|
|||||||
<p>
|
<p>
|
||||||
{{ "recoverAccountTwoStepDesc" | i18n }}
|
{{ "recoverAccountTwoStepDesc" | i18n }}
|
||||||
<a
|
<a
|
||||||
href="https://help.bitwarden.com/article/lost-two-step-device/"
|
href="https://bitwarden.com/help/lost-two-step-device/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
>{{ "learnMore" | i18n }}</a
|
>{{ "learnMore" | i18n }}</a
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
<p>
|
<p>
|
||||||
{{ "fingerprintEnsureIntegrityVerify" | i18n }}
|
{{ "fingerprintEnsureIntegrityVerify" | i18n }}
|
||||||
<a
|
<a
|
||||||
href="https://help.bitwarden.com/article/fingerprint-phrase/"
|
href="https://bitwarden.com/help/fingerprint-phrase/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
<p>
|
<p>
|
||||||
{{ "fingerprintEnsureIntegrityVerify" | i18n }}
|
{{ "fingerprintEnsureIntegrityVerify" | i18n }}
|
||||||
<a
|
<a
|
||||||
href="https://help.bitwarden.com/article/fingerprint-phrase/"
|
href="https://bitwarden.com/help/fingerprint-phrase/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
appA11yTitle="{{ 'learnMore' | i18n }}"
|
appA11yTitle="{{ 'learnMore' | i18n }}"
|
||||||
href="https://help.bitwarden.com/article/licensing-on-premise/#organization-account-sharing"
|
href="https://bitwarden.com/help/licensing-on-premise/#organization-account-sharing"
|
||||||
>
|
>
|
||||||
<i class="fa fa-question-circle-o" aria-hidden="true"></i>
|
<i class="fa fa-question-circle-o" aria-hidden="true"></i>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ export class ChangePasswordComponent extends BaseChangePasswordComponent {
|
|||||||
);
|
);
|
||||||
if (learnMore) {
|
if (learnMore) {
|
||||||
this.platformUtilsService.launchUri(
|
this.platformUtilsService.launchUri(
|
||||||
"https://help.bitwarden.com/article/attachments/#fixing-old-attachments"
|
"https://bitwarden.com/help/attachments/#fixing-old-attachments"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
this.rotateEncKey = false;
|
this.rotateEncKey = false;
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
<p>
|
<p>
|
||||||
{{ "fingerprintEnsureIntegrityVerify" | i18n }}
|
{{ "fingerprintEnsureIntegrityVerify" | i18n }}
|
||||||
<a
|
<a
|
||||||
href="https://help.bitwarden.com/article/fingerprint-phrase/"
|
href="https://bitwarden.com/help/fingerprint-phrase/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -52,7 +52,7 @@
|
|||||||
<label for="locale">{{ "language" | i18n }}</label>
|
<label for="locale">{{ "language" | i18n }}</label>
|
||||||
<a
|
<a
|
||||||
class="ml-auto"
|
class="ml-auto"
|
||||||
href="https://help.bitwarden.com/article/localization/"
|
href="https://bitwarden.com/help/localization/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
appA11yTitle="{{ 'learnMore' | i18n }}"
|
appA11yTitle="{{ 'learnMore' | i18n }}"
|
||||||
@@ -80,7 +80,7 @@
|
|||||||
{{ "disableIcons" | i18n }}
|
{{ "disableIcons" | i18n }}
|
||||||
</label>
|
</label>
|
||||||
<a
|
<a
|
||||||
href="https://help.bitwarden.com/article/website-icons/"
|
href="https://bitwarden.com/help/website-icons/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
appA11yTitle="{{ 'learnMore' | i18n }}"
|
appA11yTitle="{{ 'learnMore' | i18n }}"
|
||||||
|
|||||||
@@ -51,7 +51,7 @@
|
|||||||
<p *ngIf="fingerprint">
|
<p *ngIf="fingerprint">
|
||||||
{{ "yourAccountsFingerprint" | i18n }}:
|
{{ "yourAccountsFingerprint" | i18n }}:
|
||||||
<a
|
<a
|
||||||
href="https://help.bitwarden.com/article/fingerprint-phrase/"
|
href="https://bitwarden.com/help/fingerprint-phrase/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
appA11yTitle="{{ 'learnMore' | i18n }}"
|
appA11yTitle="{{ 'learnMore' | i18n }}"
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
<p>
|
<p>
|
||||||
{{ "updateEncryptionKeyShortDesc" | i18n }} {{ "updateEncryptionKeyDesc" | i18n }}
|
{{ "updateEncryptionKeyShortDesc" | i18n }} {{ "updateEncryptionKeyDesc" | i18n }}
|
||||||
<a
|
<a
|
||||||
href="https://help.bitwarden.com/article/update-encryption-key/"
|
href="https://bitwarden.com/help/account-encryption-key/#rotate-your-encryption-key"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
>{{ "learnMore" | i18n }}</a
|
>{{ "learnMore" | i18n }}</a
|
||||||
|
|||||||
@@ -29,8 +29,8 @@
|
|||||||
<app-callout type="info" title="{{ getFormatInstructionTitle() }}" *ngIf="format">
|
<app-callout type="info" title="{{ getFormatInstructionTitle() }}" *ngIf="format">
|
||||||
<ng-container *ngIf="format === 'bitwardencsv' || format === 'bitwardenjson'">
|
<ng-container *ngIf="format === 'bitwardencsv' || format === 'bitwardenjson'">
|
||||||
See detailed instructions on our help site at
|
See detailed instructions on our help site at
|
||||||
<a target="_blank" rel="noopener" href="https://help.bitwarden.com/article/export-your-data/">
|
<a target="_blank" rel="noopener" href="https://bitwarden.com/help/export-your-data/">
|
||||||
https://help.bitwarden.com/article/export-your-data/</a
|
https://bitwarden.com/help/export-your-data/</a
|
||||||
>
|
>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
<ng-container *ngIf="format === 'lastpasscsv'">
|
<ng-container *ngIf="format === 'lastpasscsv'">
|
||||||
@@ -38,9 +38,9 @@
|
|||||||
<a
|
<a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
href="https://help.bitwarden.com/article/import-from-lastpass/"
|
href="https://bitwarden.com/help/import-from-lastpass/"
|
||||||
>
|
>
|
||||||
https://help.bitwarden.com/article/import-from-lastpass/</a
|
https://bitwarden.com/help/import-from-lastpass/</a
|
||||||
>
|
>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
<ng-container *ngIf="format === 'keepassxcsv'">
|
<ng-container *ngIf="format === 'keepassxcsv'">
|
||||||
@@ -93,9 +93,9 @@
|
|||||||
<a
|
<a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
href="https://help.bitwarden.com/article/import-from-chrome/"
|
href="https://bitwarden.com/help/import-from-chrome/"
|
||||||
>
|
>
|
||||||
https://help.bitwarden.com/article/import-from-chrome/</a
|
https://bitwarden.com/help/import-from-chrome/</a
|
||||||
>
|
>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
<ng-container *ngIf="format === 'firefoxcsv'">
|
<ng-container *ngIf="format === 'firefoxcsv'">
|
||||||
@@ -127,9 +127,9 @@
|
|||||||
<a
|
<a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
href="https://help.bitwarden.com/article/import-from-1password/"
|
href="https://bitwarden.com/help/import-from-1password/"
|
||||||
>
|
>
|
||||||
https://help.bitwarden.com/article/import-from-1password/</a
|
https://bitwarden.com/help/import-from-1password/</a
|
||||||
>.
|
>.
|
||||||
</ng-container>
|
</ng-container>
|
||||||
<ng-container *ngIf="format === 'passworddragonxml'">
|
<ng-container *ngIf="format === 'passworddragonxml'">
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
<label for="fieldName{{ i }}">{{ "name" | i18n }}</label>
|
<label for="fieldName{{ i }}">{{ "name" | i18n }}</label>
|
||||||
<a
|
<a
|
||||||
class="ml-auto"
|
class="ml-auto"
|
||||||
href="https://help.bitwarden.com/article/custom-fields/"
|
href="https://bitwarden.com/help/custom-fields/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
appA11yTitle="{{ 'learnMore' | i18n }}"
|
appA11yTitle="{{ 'learnMore' | i18n }}"
|
||||||
|
|||||||
@@ -288,7 +288,7 @@
|
|||||||
</label>
|
</label>
|
||||||
<a
|
<a
|
||||||
class="ml-auto"
|
class="ml-auto"
|
||||||
href="https://help.bitwarden.com/article/uri-match-detection/"
|
href="https://bitwarden.com/help/uri-match-detection/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
appA11yTitle="{{ 'learnMore' | i18n }}"
|
appA11yTitle="{{ 'learnMore' | i18n }}"
|
||||||
|
|||||||
@@ -38,7 +38,7 @@
|
|||||||
<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
|
<a
|
||||||
href="https://help.bitwarden.com/article/attachments/#fixing-old-attachments"
|
href="https://bitwarden.com/help/attachments/#fixing-old-attachments"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
{{ "filters" | i18n }}
|
{{ "filters" | i18n }}
|
||||||
<a
|
<a
|
||||||
class="ml-auto"
|
class="ml-auto"
|
||||||
href="https://help.bitwarden.com/article/searching-vault/"
|
href="https://bitwarden.com/help/searching-vault/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
appA11yTitle="{{ 'learnMore' | i18n }}"
|
appA11yTitle="{{ 'learnMore' | i18n }}"
|
||||||
|
|||||||
@@ -100,7 +100,7 @@
|
|||||||
{{ "organizations" | i18n }}
|
{{ "organizations" | i18n }}
|
||||||
<a
|
<a
|
||||||
class="ml-auto"
|
class="ml-auto"
|
||||||
href="https://help.bitwarden.com/article/what-is-an-organization/"
|
href="https://bitwarden.com/help/about-organizations/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
appA11yTitle="{{ 'learnMore' | i18n }}"
|
appA11yTitle="{{ 'learnMore' | i18n }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user