IDEA-305201 Not localized: Settings | Languages... | Schemas... | JSON Schema Mappings | Add: "Name" label and default value

GitOrigin-RevId: 7ecfa0c89061c9a578c5da178c908d31d1b388f1
This commit is contained in:
Dmitry Avdeev
2023-06-02 23:42:03 +02:00
committed by intellij-monorepo-bot
parent 65017b2fef
commit a628ac23ba
2 changed files with 2 additions and 1 deletions

View File

@@ -285,3 +285,4 @@ schema.validation.one.of.property.sets.required=One of the following property se
schema.validation.at.least.one.of.property.sets.required=Should have at least one of the following property sets: {0}
schema.add.mapping.kind.text=Add {0}
notification.group.json.schema=JSON schema loading failed
new.schema=New Schema

View File

@@ -44,7 +44,7 @@ public class JsonSchemaMappingsConfigurable extends MasterDetailsComponent imple
}
return o1.getName().compareToIgnoreCase(o2.getName());
};
static final String STUB_SCHEMA_NAME = "New Schema";
static final @Nls String STUB_SCHEMA_NAME = JsonBundle.message("new.schema");
private @Nls String myError;
@NotNull