@lvce-editor/extension-detail-view 7.19.0 → 7.19.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -69,7 +69,7 @@ const Size = 'Size';
|
|
|
69
69
|
const Snippets = 'Snippets';
|
|
70
70
|
const Status = 'Status';
|
|
71
71
|
const StringMustNotBeEmpty = 'String must not be empty';
|
|
72
|
-
const
|
|
72
|
+
const Themes = 'Themes';
|
|
73
73
|
const Uninstall$1 = 'Uninstall';
|
|
74
74
|
const UnableToLoadExtension = 'Unable to load extension';
|
|
75
75
|
const UnableToLoadExtensionWithError = 'The extension details could not be loaded: {PH1}';
|
|
@@ -149,7 +149,7 @@ const extensionNotAvailable = extensionId => {
|
|
|
149
149
|
});
|
|
150
150
|
};
|
|
151
151
|
const theme = () => {
|
|
152
|
-
return i18nString(
|
|
152
|
+
return i18nString(Themes);
|
|
153
153
|
};
|
|
154
154
|
const commands$1 = () => {
|
|
155
155
|
return i18nString(Commands$1);
|