microsoft / AzureStorageExplorer

Easily manage the contents of your storage account with Azure Storage Explorer. Upload, download, and manage blobs, files, queues, tables, and Cosmos DB entities. Gain easy access to manage your virtual machine disks. Work with either Azure Resource Manager or classic storage accounts, plus manage and configure cross-origin resource sharing (CORS) rules.
Creative Commons Attribution 4.0 International
364 stars 85 forks source link

Use 'blob container' instead of 'blob containers' in descriptions when confirming the deletion of a single blob container #7979

Closed v-xianya closed 3 weeks ago

v-xianya commented 3 weeks ago

Storage Explorer Version: 1.35.0-dev (98) Build Number: 20240604.2 Branch: main Platform/OS: Windows11/Windows 10/Linux Ubuntu 22.04/MacOS Sonoma 14.5(Apple M1 Pro) Architecture: arm64/x64/x64/arm64 How Found: From running test cases Regression From: Not a regression

Steps to Reproduce

  1. Open 'Settings -> Services' -> Select 'View all' for the setting 'Storage Nodes Trailing Action'.
  2. Refresh the tree view -> Expand one storage account -> Blob Containers -> Click 'View all'.
  3. Go to the view all containers explorer -> Select one blob container -> Click 'Delete'.
  4. Observe the description on the confirmation dialog.
  5. Check whether it shows '1 blob container' in the descriptions.

Expected Experience

It shows '1 blob container' in the descriptions.

Actual Experience

It shows '1 blob containers' in the descriptions.

image

Additional Context

Below is the screenshot in previous release: image

v-xianya commented 3 weeks ago

Verified this issue on the main build 20240605.2. Fixed. So, we are going to close it. image