diff --git a/src/Schema/SchemaBase.php b/src/Schema/SchemaBase.php
index 79a6bfe..44430c4 100644
--- a/src/Schema/SchemaBase.php
+++ b/src/Schema/SchemaBase.php
@@ -73,7 +73,7 @@ abstract class SchemaBase extends PluginBase implements SchemaInterface, SchemaT
    */
   public function suggestConfig(CollectContainerInterface $container) {
     return SchemaConfig::create(array(
-      'label' => $this->t('@label (suggested)', ['@label' => $this->getLabel()]),
+      'label' => ['@label' => $this->getLabel()],
       'uri_pattern' => $container->getSchemaUri(),
       'plugin_id' => $this->getPluginId(),
       'container_revision' => TRUE,
