Browse Source
Merge pull request #15125 from abpframework/Issue-12895
edit FeatureManagement localization
pull/15132/head
Muhammed Altuğ
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
npm/ng-packs/packages/feature-management/src/lib/components/feature-management-tab/feature-management-tab.component.html
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
<p class="text-wrap">{{ 'FeatureManagement::ManageHostFeaturesText' | abpLocalization }}</p> |
|
|
|
<p class="text-wrap">{{ 'AbpFeatureManagement::ManageHostFeaturesText' | abpLocalization }}</p> |
|
|
|
|
|
|
|
<button class="btn btn-primary" type="button" (click)="openFeaturesModal()"> |
|
|
|
<i class="fa fa-cog"></i> |
|
|
|
{{ 'FeatureManagement::ManageHostFeatures' | abpLocalization }} |
|
|
|
{{ 'AbpFeatureManagement::ManageHostFeatures' | abpLocalization }} |
|
|
|
</button> |
|
|
|
<abp-feature-management |
|
|
|
*abpReplaceableTemplate="{ |
|
|
|
|