Have the credentials dialog use the title, if one is specified
This commit is contained in:
parent
e77f4df37a
commit
16c16371f4
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
<!-- Tab contents -->
|
<!-- Tab contents -->
|
||||||
<cor-tab-content>
|
<cor-tab-content>
|
||||||
<h3>
|
<h3>
|
||||||
Credentials for {{ credentials.username }}
|
Credentials for {{ credentials.title || credentials.username }}
|
||||||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
|
|
Reference in a new issue