mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 03:33:54 +00:00
Add more descriptive titles for web vault rows (#5404)
* Add more descriptive titles for web vault rows * Swap example strings
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
[routerLink]="[]"
|
||||
[queryParams]="{ itemId: cipher.id }"
|
||||
queryParamsHandling="merge"
|
||||
title="{{ 'editItem' | i18n }}"
|
||||
title="{{ 'editItemWithName' | i18n : cipher.name }}"
|
||||
type="button"
|
||||
>
|
||||
{{ cipher.name }}
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
type="button"
|
||||
class="tw-w-full tw-overflow-hidden tw-text-ellipsis tw-text-start"
|
||||
linkType="secondary"
|
||||
title="{{ 'viewCollectionWithName' | i18n : collection.name }}"
|
||||
[routerLink]="[]"
|
||||
[queryParams]="{ collectionId: collection.id }"
|
||||
queryParamsHandling="merge"
|
||||
|
||||
Reference in New Issue
Block a user