Skip to content

Commit 3fa007c

Browse files
committed
fix typo (thanks to Bill Mceachen for finding this!)
1 parent fa7ea76 commit 3fa007c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/frontend/compute/public-templates.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ const TAGS = {
133133
const im = configuration.image.toLowerCase();
134134
return im.includes("sage") || im.includes("anaconda");
135135
},
136-
desc: "with a Julia oriented image",
136+
desc: "with a SageMath oriented image",
137137
group: 1,
138138
},
139139
Julia: {

0 commit comments

Comments
 (0)