mirror of
https://github.com/nextcloud/passman.git
synced 2025-12-28 03:08:33 +08:00
Fixed issue #451 - regarding change from thriple dot to ellipsis
This commit is contained in:
parent
930e134537
commit
7f533eb150
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ style('passman', 'public-page');
|
|||
</button>
|
||||
</div>
|
||||
<div ng-if="expired">
|
||||
<?php p($l->t("Awwhh.... credential not found. Maybe it expired")); ?>
|
||||
<?php p($l->t("Awwhh… credential not found. Maybe it expired")); ?>
|
||||
</div>
|
||||
<div ng-if="shared_credential">
|
||||
<table class="table">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue