mirror of
https://github.com/nextcloud/passman.git
synced 2025-09-16 01:44:48 +08:00
Merge branch 'AK04-fix#451'
This commit is contained in:
commit
49fbefe623
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