trigger: ci
This commit is contained in:
parent
bc79eeb7dc
commit
d59ce49d82
|
|
@ -72,7 +72,7 @@ export const getPluginTemplateEditor = (
|
|||
{error && (
|
||||
<Alert
|
||||
color="red"
|
||||
title={t`Error Loading Plugin`}
|
||||
title={t`Error Loading Plugin Editor`}
|
||||
icon={<IconExclamationCircle />}
|
||||
>
|
||||
<Text>{error}</Text>
|
||||
|
|
@ -119,7 +119,7 @@ export const getPluginTemplatePreview = (
|
|||
{error && (
|
||||
<Alert
|
||||
color="red"
|
||||
title={t`Error Loading Plugin`}
|
||||
title={t`Error Loading Plugin Preview`}
|
||||
icon={<IconExclamationCircle />}
|
||||
>
|
||||
<Text>{error}</Text>
|
||||
|
|
|
|||
Loading…
Reference in New Issue