Skip to content

Commit

Permalink
additional translates
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Apr 10, 2024
1 parent 43f58a7 commit ae84f7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
</div>
<div class="modal-body pad">
<div>
<strong <%= jhiPrefix %>Translate="entityAudit.detail.action" [translateValues]="{ action: action }">
{{ action }} action was performed on below data
</strong>
<strong>__jhiTranslateTag__('entityAudit.detail.action', { "action": "action" })</strong>
<br /><br />

<del class="ngx-diff-light-theme">__jhiTranslateTag__('entityAudit.detail.old')</del>
Expand All @@ -24,9 +22,6 @@
data-dismiss="modal"
class="btn btn-secondary float-left"
type="button"
<%= jhiPrefix %>Translate="entityAudit.detail.close"
(click)="activeModal.dismiss('closed')"
>
Close
</button>
>__jhiTranslateTag__('entityAudit.detail.close')</button>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@
<div [hidden]="loading()">
@if (audits().length > 0) {
<div class="table-responsive mt-2">
<p <%= jhiPrefix %>Translate="entityAudit.result.showInfo" [translateValues]="{ limit: selectedLimit(), entity: selectedEntity() }">
Last <strong>{{ selectedLimit() }}</strong> Changes for <strong>{{ selectedEntity() }}</strong>
</p>
<p>__jhiTranslateTag__('entityAudit.result.showInfo', { "limit": "selectedLimit()", "entity": "selectedEntity()" })</p>

<form class="form-inline mb-2">
<div class="form-group">
Expand Down

0 comments on commit ae84f7b

Please sign in to comment.