Skip to content

Commit

Permalink
Merge pull request #6 from NiklasSchmitt/label-for-username
Browse files Browse the repository at this point in the history
Added label for username in search-result.
  • Loading branch information
binsky08 authored Sep 12, 2023
2 parents 2121d57 + 35a93b5 commit afd7fbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/browser_action/views/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<div href="{{credential.url}}" target="_blank" class="title" ng-if="!credential.url">
{{credential.label}}
</div>
<div class="info">
{{credential.username}} <copy-text text="credential.username"></copy-text>
<div class="extra" ng-if="credential.username">
{{'username' | translate}}: {{credential.username}} <copy-text text="credential.username"></copy-text>
</div>
<div class="extra" ng-if="credential.password">
{{'password' | translate}}: ******** <copy-text text="credential.password"></copy-text>
Expand Down

0 comments on commit afd7fbf

Please sign in to comment.