Skip to content

Commit

Permalink
chore: shorten incompatible message
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Dec 9, 2024
1 parent 928dde8 commit 5628c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ElementTemplatesGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ function IncompatibleText() {
return (
<div class="bio-properties-panel-template-incompatible-text">
{ translate(
'No compatible version of this template was found for your execution platform. Deploying and running with an incompatible template can cause errors during runtime. Unlink to access the data.'
'No version of this template compatible with your environment was found.'
) }
</div>
);
Expand Down

0 comments on commit 5628c09

Please sign in to comment.