Skip to content

Commit

Permalink
updates no result text
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleshike committed Dec 28, 2023
1 parent dc33439 commit 109aea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RichTextEditor/TemplateVariable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ export const TemplateVariableList = forwardRef((props: TemplateVariableListProps
{item}
</button>
)) :
<div className="RichTextEditor__TemplateVariables__Item">No result</div>}
<div className="RichTextEditor__TemplateVariables__Item">No variables found</div>}
</div>
);
});
Expand Down

0 comments on commit 109aea7

Please sign in to comment.