Skip to content

Commit

Permalink
update: add missing localizations
Browse files Browse the repository at this point in the history
  • Loading branch information
sumeyyeKurtulus committed Feb 5, 2025
1 parent 8a9fdbd commit 1bb1d02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h4>
</div>
</div>
<fieldset class="border rounded-4 p-3">
<legend class="px-1 h5 mb-0">{{ 'Permission Group' }}</legend>
<legend class="px-1 h5 mb-0">{{ 'AbpPermissionManagement::PermissionGroup' | abpLocalization }}</legend>
<div class="row">
<div class="col-md-4">
<div class="overflow-auto lpx-scroll-pills-container scroll-in-modal">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,11 @@ <h3>{{ 'SendTestEmail' | abpLocalization }}</h3>
formName="emailTestForm"
[disabled]="emailTestForm.invalid && emailTestForm.dirty"
>
<span>{{ 'AbpTenantManagement::Send' | abpLocalization }}</span>
<span>{{ 'AbpSettingManagement::Send' | abpLocalization }}</span>
</abp-button>

<button type="button" class="btn btn-secondary" abpClose>Close</button>
<button type="button" class="btn btn-secondary" abpClose>
{{ 'AbpUi::Close' | abpLocalization }}
</button>
</ng-template>
</abp-modal>

0 comments on commit 1bb1d02

Please sign in to comment.