Skip to content

Commit

Permalink
Escape apostrophe
Browse files Browse the repository at this point in the history
  • Loading branch information
tnunamak committed Apr 3, 2024
1 parent eb2cd09 commit fe0f990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfie-ui/src/app/components/Settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ const Settings = () => {
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"
d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
<span>Heads up, you've selected llama.cpp - please ensure you have enough system RAM to load the configured model!</span>
<span>Heads up, you&apos;ve selected llama.cpp - please ensure you have enough system RAM to load the configured model!</span>
</div>
)}

Expand Down

0 comments on commit fe0f990

Please sign in to comment.