Closed

Description
This issue is automatically created based on existing pull request: #28174: Added missing translation for modal title & buttons on admin
Description (*)
Added missing translation for modal title & buttons in modal (Customers -> Add New Address, Edit Product -> Advanced Inventory) on Admin.
Related Pull Requests
NA
Manual testing scenarios (*)
- Magento/Customer/i18n/en_US.csv (
"Add/Update Address","Test Add/Update Address"
) - Go to Admin Customers -> Addresses -> Add New Address -> see Modal Title (Add/Update Address)
- Magento/CatalogInventory/i18n/en_US.csv (
"Advanced Inventory","Test Advanced Inventory"
) - Go to Admin Catalog -> products -> Edit/Add product -> click "Advanced Inventory" -> see Modal Title (Advanced Inventory) & Modal Button (Done)
Questions or comments
NA
Contribution checklist (*)
- Pull request has a meaningful description of its purpose
- All commits are accompanied by meaningful commit messages
- All new or changed code is covered with unit/integration tests (if applicable)
- All automated tests passed successfully (all builds are green)