1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-29 15:53:45 +00:00

only pass strings to i18n pipe (#17978)

This commit is contained in:
Jordan Aasen
2025-12-24 10:14:52 -08:00
committed by GitHub
parent 77ccc3eb49
commit 99305a5342

View File

@@ -15,8 +15,8 @@
}
@if (savedUrls().length > 1) {
<div class="tw-flex tw-justify-between tw-items-center tw-mt-4 tw-mb-1 tw-pt-2">
<p class="tw-text-muted tw-text-xs tw-uppercase tw-font-medium">
{{ "savedWebsites" | i18n: savedUrls().length }}
<p class="tw-text-muted tw-text-xs tw-uppercase tw-font-medium tw-mb-0">
{{ "savedWebsites" | i18n: savedUrls().length.toString() }}
</p>
<button
type="button"