Skip to content

Commit

Permalink
fix(intro): hint to content limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisDommer committed Jan 10, 2024
1 parent ef06978 commit 1932dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebSocketClient/src/intro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const initIntroJS = () => {

intro.setOptions({
steps: [{
element: '#container', intro: 'This is the text editor where you write and edit your UVL feature model. It will assist you with syntax highlighting, autocompletion and more features.',
element: '#container', intro: 'This is the text editor where you write and edit your UVL feature model. It will assist you with syntax highlighting, autocompletion and more features.\n Please note: The editor limits the content length as it is not intended for larger projects.',
}, {
element: '.codelens-decoration', intro: 'You can click on the buttons to use a variety of features.'
}, {
Expand Down

0 comments on commit 1932dd7

Please sign in to comment.