1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 05:53:42 +00:00

Update apps/web/src/app/auth/settings/webauthn-login-settings/webauthn-login-settings.component.html

Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
This commit is contained in:
Anders Åberg
2025-12-11 19:29:32 +01:00
committed by GitHub
parent 8c98291729
commit 6fea16655b

View File

@@ -99,7 +99,7 @@
</button>
</ng-container>
<button *ngIf="hasMoreCredentials" type="button" bitLink (click)="toggleShowAll()">
<button *ngIf="hasMoreCredentials" type="button" bitLink (click)="toggleShowAll()" [attr.aria-label]="(showAll ? 'showLess' : 'showMore') | i18n">
<ng-container *ngIf="!showAll"
>{{ "showMore" | i18n }} ({{ (credentials?.length ?? 0) - displayLimit }})</ng-container
>