1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

switch to hostname or uri

This commit is contained in:
Kyle Spearrin
2018-04-19 14:43:28 -04:00
parent 7b892d6c64
commit 08e2ac291b
2 changed files with 2 additions and 2 deletions

2
jslib

Submodule jslib updated: fae4530564...8cf3a6b0f0

View File

@@ -177,7 +177,7 @@
<div class="row-main">
<span class="row-label" *ngIf="!u.isWebsite">{{'uri' | i18n}}</span>
<span class="row-label" *ngIf="u.isWebsite">{{'website' | i18n}}</span>
<span title="{{u.uri}}">{{u.domainOrUri}}</span>
<span title="{{u.uri}}">{{u.hostnameOrUri}}</span>
</div>
<div class="action-buttons">
<a class="row-btn" href="#" appStopClick title="{{'launch' | i18n}}"