chore(cloud): change the label of the Strapi Cloud plugin menu link (#19483)

This commit is contained in:
Maxime Castres 2024-02-12 19:50:52 +01:00 committed by GitHub
parent 8ea71985c8
commit aa7c7ec672
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ import { Initializer } from './components/Initializer';
import { PluginIcon } from './components/PluginIcon';
import { pluginId } from './pluginId';
const name = 'Strapi Cloud';
const name = 'Deploy';
// eslint-disable-next-line import/no-default-export
export default {

View File

@ -1,5 +1,5 @@
{
"Plugin.name": "Strapi Cloud",
"Plugin.name": "Deploy",
"Homepage.title": "Fully-managed Cloud Hosting for your Strapi Project",
"Homepage.subTitle": "Follow this 2 steps process to get Everything You Need to Run Strapi in Production.",
"Homepage.githubBox.title.versioned": "Project pushed to GitHub",

View File

@ -1,5 +1,5 @@
{
"Plugin.name": "Strapi Cloud",
"Plugin.name": "Déploiement",
"Homepage.title": "Hébergement cloud entièrement géré pour votre projet Strapi",
"Homepage.subTitle": "Suivez ce processus en 2 étapes pour obtenir tout ce dont vous avez besoin pour exécuter Strapi en production.",
"Homepage.githubBox.title.versioned": "Projet uploadé sur GitHub",