trigger: ci

This commit is contained in:
wolflu05 2024-09-19 10:10:14 +02:00
parent bc79eeb7dc
commit d59ce49d82
No known key found for this signature in database
GPG Key ID: 9099EFC7C5EB963C
1 changed files with 2 additions and 2 deletions

View File

@ -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>