diff --git a/.all-contributorsrc b/.all-contributorsrc index 61799d103ae..e92f45f6f69 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1805,10 +1805,10 @@ ] }, { - "login": "DAud-IcI", - "name": "El-Saig Dávid", + "login": "sarahelsaig", + "name": "Sára El-Saig", "avatar_url": "https://avatars1.githubusercontent.com/u/4007293?v=4", - "profile": "https://github.com/DAud-IcI", + "profile": "https://github.com/sarahelsaig", "contributions": [ "code" ] @@ -2825,6 +2825,15 @@ "contributions": [ "code" ] + }, + { + "login": "w-ko", + "name": "Holerö", + "avatar_url": "https://avatars.githubusercontent.com/u/126988022?v=4", + "profile": "https://github.com/w-ko", + "contributions": [ + "code" + ] } ], "skipCi": true, diff --git a/src/OrchardCore/OrchardCore.FileStorage.AzureBlob/BlobFileStore.cs b/src/OrchardCore/OrchardCore.FileStorage.AzureBlob/BlobFileStore.cs index 388fd6e86bd..bbe36b75730 100644 --- a/src/OrchardCore/OrchardCore.FileStorage.AzureBlob/BlobFileStore.cs +++ b/src/OrchardCore/OrchardCore.FileStorage.AzureBlob/BlobFileStore.cs @@ -439,7 +439,7 @@ private async Task CreateDirectoryAsync(string path) var placeholderBlob = GetBlobReference(this.Combine(path, DirectoryMarkerFileName)); // Create a directory marker file to make this directory appear when listing directories. - using var stream = new MemoryStream(Encoding.UTF8.GetBytes("This is a directory marker file created by Orchard Core. It is safe to delete it.")); + using var stream = new MemoryStream(Encoding.UTF8.GetBytes("This is a directory marker file used by Orchard Core.")); await placeholderBlob.UploadAsync(stream); } diff --git a/src/docs/community/contributors/README.md b/src/docs/community/contributors/README.md index 2f3b9ce8cfe..26af700b5b9 100644 --- a/src/docs/community/contributors/README.md +++ b/src/docs/community/contributors/README.md @@ -1,7 +1,7 @@ # Contributors ✨ -[![All Contributors](https://img.shields.io/badge/all_contributors-304-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-305-orange.svg?style=flat-square)](#contributors-) Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key))! You can add new contributors by [using the All Contributors bot](https://allcontributors.org/docs/en/bot/usage). @@ -416,6 +416,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d yaricrolletservico
yaricrolletservico

💻 Viktória Magyar
Viktória Magyar

📋 Simon Cropp
Simon Cropp

💻 + Holerö
Holerö

💻