mirror of
https://github.com/nextcloud/passman.git
synced 2026-02-19 00:39:36 +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>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div ng-if="expired">
|
<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>
|
||||||
<div ng-if="shared_credential">
|
<div ng-if="shared_credential">
|
||||||
<table class="table">
|
<table class="table">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue