Browse Source
Merge pull request #16417 from abpframework/Onur/abpio-localization
Abp.io - Editing user menu items as Pascal Case
pull/16437/head
Engincan VESKE
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
3 deletions
-
abp_io/AbpIoLocalization/AbpIoLocalization/Base/Localization/Resources/en-GB.json
-
abp_io/AbpIoLocalization/AbpIoLocalization/Base/Localization/Resources/en.json
|
|
|
@ -26,7 +26,7 @@ |
|
|
|
"ContributionGuide": "Contribution Guide", |
|
|
|
"Blog": "Blog", |
|
|
|
"Commercial": "Commercial", |
|
|
|
"MyAccount": "My account", |
|
|
|
"MyAccount": "My Account", |
|
|
|
"Permission:License": "License", |
|
|
|
"Permission:UserInfo": "User info", |
|
|
|
"SeeDocuments": "See Documents", |
|
|
|
|
|
|
|
@ -43,9 +43,9 @@ |
|
|
|
"ContributionGuide": "Contribution Guide", |
|
|
|
"Blog": "Blog", |
|
|
|
"Commercial": "Commercial", |
|
|
|
"MyAccount": "My account", |
|
|
|
"MyAccount": "My Account", |
|
|
|
"Permission:License": "License", |
|
|
|
"Permission:UserInfo": "Usere info", |
|
|
|
"Permission:UserInfo": "User info", |
|
|
|
"SeeDocuments": "See Documents", |
|
|
|
"Samples": "Samples", |
|
|
|
"Framework": "Framework", |
|
|
|
|