Skip to content

Commit

Permalink
converting quotes to alphanumeric
Browse files Browse the repository at this point in the history
  • Loading branch information
archaeogeek committed Sep 28, 2023
1 parent 5afe6c7 commit f4b53b6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -493,9 +493,9 @@ <h3 data-translate="">UserAdmin</h3>
<i class="fa fa-search" />&nbsp;
<ng-pluralize
count="searchResults.count"
when="{'0': {{'noRecordFound' | translate}},
'one': '1 ' + {{'userRecord' | translate}} + ' {{userSelected.name}} {{userSelected.surname}}',
'other': '{} ' + {{'userRecords' | translate}} + ' {{userSelected.name}} {{userSelected.surname}}'}"
when="{'0': '{{&quot;noRecordFound&quot; | translate}}',
'one': '1 ' + '{{&quot;userRecord&quot; | translate}}' + ' {{userSelected.name}} {{userSelected.surname}}',
'other': '{} ' + '{{&quot;userRecords&quot; | translate}}' + ' {{userSelected.name}} {{userSelected.surname}}'}"
></ng-pluralize>
</div>
<div class="panel-body">
Expand Down

0 comments on commit f4b53b6

Please sign in to comment.