Skip to content

Commit

Permalink
Remove unnecessary LF
Browse files Browse the repository at this point in the history
  • Loading branch information
thsparks committed Sep 20, 2024
1 parent 8b7edeb commit 4c20270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teachertool/src/components/ShareLinkInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const ShareLinkInput: React.FC<IProps> = () => {
const shareId = pxt.Cloud.parseScriptId(text);
if (!shareId) {
pxt.tickEvent(Ticks.LoadProjectInvalid);
showToast(makeToast("error", lf(Strings.InvalidShareLink)));
showToast(makeToast("error", Strings.InvalidShareLink));
return;
}

Expand Down

0 comments on commit 4c20270

Please sign in to comment.