diff --git a/docusaurus/docs/cloud/projects/overview.md b/docusaurus/docs/cloud/projects/overview.md index 329bf3425f..883ef78e67 100644 --- a/docusaurus/docs/cloud/projects/overview.md +++ b/docusaurus/docs/cloud/projects/overview.md @@ -27,7 +27,7 @@ Each project card displays the following information: * *Incompatible version*, if the project is using a Strapi version that is not compatible with Strapi Cloud * the last deployment date -Each project card also displays a ![Menu icon](/img/assets/icons/moremore.svg) menu icon to access the following options: +Each project card also displays a ![Menu icon](/img/assets/icons/more.svg) menu icon to access the following options: * **Visit App**: to be redirected to the application * **Go to Deploys**: to be redirected to the [*Deploys*](/cloud/projects/deploys) page * **Go to Settings**: to be redirected to the [*Settings*](/cloud/projects/settings) page diff --git a/docusaurus/docs/user-docs/releases/managing-a-release.md b/docusaurus/docs/user-docs/releases/managing-a-release.md index 82c3d43093..4c909bca6c 100644 --- a/docusaurus/docs/user-docs/releases/managing-a-release.md +++ b/docusaurus/docs/user-docs/releases/managing-a-release.md @@ -31,7 +31,7 @@ From a release page, you can: You can rename a release. To do so, while on a release page: -1. Click on the ![More icon](/img/assets/icons/moremore.svg) button in the top right corner of the admin panel. +1. Click on the ![More icon](/img/assets/icons/more.svg) button in the top right corner of the admin panel. 2. Select ![Edit icon](/img/assets/icons/edit.svg) **Edit**. 3. In the modal, change the name of the release in the _Name_ field. 4. Click **Continue** to save the change. @@ -46,7 +46,7 @@ A release includes multiple entries. You can set the state of each entry with th ## Removing entries from a release -Entries can be removed from a release. To do so, click the ![More icon](/img/assets/icons/moremore.svg) at the end of the line of an entry and select the **Remove from release** button. +Entries can be removed from a release. To do so, click the ![More icon](/img/assets/icons/more.svg) at the end of the line of an entry and select the **Remove from release** button. ## Publishing a release @@ -58,7 +58,7 @@ The _Status_ column displays the status of each entry: - ![Success icon](/img/assets/icons/CheckCircle.svg) Ready to publish: the entry is ready to be published with the release - ![Fail icon](/img/assets/icons/CrossCircle.svg) "[field name] is required", "[field name] is too short" or "[field name] is too long": the entry cannot be published because of the issue stated in the red warning message. -If some of your entries have a ![Fail icon](/img/assets/icons/CrossCircle.svg) status, click the ![More icon](/img/assets/icons/moremore.svg) and the **Edit the entry** button to fix the issues until all entries have the ![Success icon](/img/assets/icons/CheckCircle.svg) status. Note that you will have to click on the **Refresh** button to update the release page as you fix the various entries issues. +If some of your entries have a ![Fail icon](/img/assets/icons/CrossCircle.svg) status, click the ![More icon](/img/assets/icons/more.svg) and the **Edit the entry** button to fix the issues until all entries have the ![Success icon](/img/assets/icons/CheckCircle.svg) status. Note that you will have to click on the **Refresh** button to update the release page as you fix the various entries issues. :::caution Once a release is published, the release itself cannot be updated. You can not re-release that specific release with the same group of entries with some modifications; you must create another release. @@ -68,6 +68,6 @@ Once a release is published, the release itself cannot be updated. You can not r You can delete a release. Deleting a release will only delete the release itself, but not the content-type entries included in the release. To delete a release, while on the release page: -1. Click on the ![More icon](/img/assets/icons/moremore.svg) button in the top right corner of the admin panel. +1. Click on the ![More icon](/img/assets/icons/more.svg) button in the top right corner of the admin panel. 2. Select ![Delete icon](/img/assets/icons/delete.svg) **Delete**. 3. In the confirmation dialog, click ![Delete icon](/img/assets/icons/delete.svg) **Confirm**. diff --git a/docusaurus/static/img/assets/icons/moremore.svg b/docusaurus/static/img/assets/icons/more.svg similarity index 100% rename from docusaurus/static/img/assets/icons/moremore.svg rename to docusaurus/static/img/assets/icons/more.svg