@@ -302,7 +302,7 @@ __builtins__.input = input`);
{/if}
<button class="copy-code-button bg-none border-none p-1" on:click={copyCode}
- >{copied ? $i18n.t('Copied') : $i18n.t('Copy Code')}</button
+ >{copied ? $i18n.t('Copied') : $i18n.t('Copy')}</button
>
</div>