Skip to content

Commit ab4befc

Browse files
committed
Livebook App -> Livebook Desktop
1 parent 1bc4dd9 commit ab4befc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ if (document.body.dataset.page === "run") {
272272
updateRunNotebookLinks(
273273
notebookUrl.replace(/^https?:/i, "livebook:"),
274274
"",
275-
"in your Livebook App"
275+
"in your Livebook Desktop"
276276
);
277277
} else {
278278
const livebookImportUrl = getLivebookImportUrl(livebookUrl, notebookUrl);

src/partials/install_instructions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<h2 class="font-semibold tracking-wide">
1313
Run on your machine
1414
</h2>
15-
<h3>with the Livebook App</h3>
15+
<h3>with Livebook Desktop</h3>
1616
</div>
1717
</div>
1818
<div class="flex maxsm:flex-col md:flex-nowrap md:space-x-5">

src/partials/settings_sections.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h2 class="text-gray-900 font-light text-center text-xl md:text-3xl">
5151
class="checkbox-base bg-white mr-1"
5252
type="checkbox"
5353
/>
54-
I use the Livebook App for Windows/Mac
54+
I use Livebook Desktop for Windows/Mac
5555
</label>
5656
<!-- Additional action shown on the run page -->
5757
<a

0 commit comments

Comments
 (0)