Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Thomas G. Lopes
commited on
Commit
·
699d4d3
1
Parent(s):
d90a6b0
change wording
Browse files
src/lib/components/share-modal.svelte
CHANGED
@@ -137,8 +137,8 @@
|
|
137 |
<div class="h-px grow bg-gray-500" aria-hidden="true"></div>
|
138 |
</div>
|
139 |
|
140 |
-
<h3 class="text-lg font-semibold">
|
141 |
-
<p>Paste a copied project string, and
|
142 |
<LocalToasts>
|
143 |
{#snippet children({ addToast, trigger })}
|
144 |
<form
|
@@ -193,10 +193,10 @@
|
|
193 |
d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"
|
194 |
></path>
|
195 |
</svg>
|
196 |
-
|
197 |
{:else}
|
198 |
<IconSave />
|
199 |
-
|
200 |
{/if}
|
201 |
</button>
|
202 |
</form>
|
|
|
137 |
<div class="h-px grow bg-gray-500" aria-hidden="true"></div>
|
138 |
</div>
|
139 |
|
140 |
+
<h3 class="text-lg font-semibold">Load a copied project</h3>
|
141 |
+
<p>Paste a copied project string, and load it for your local usage.</p>
|
142 |
<LocalToasts>
|
143 |
{#snippet children({ addToast, trigger })}
|
144 |
<form
|
|
|
193 |
d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"
|
194 |
></path>
|
195 |
</svg>
|
196 |
+
Loading...
|
197 |
{:else}
|
198 |
<IconSave />
|
199 |
+
Load
|
200 |
{/if}
|
201 |
</button>
|
202 |
</form>
|