diff --git a/CHANGELOG.md b/CHANGELOG.md index 295b7b3..f230fa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -72,4 +72,5 @@ - 0.7.2 - Fixed typo - Fix on custom theme + - Feature Requested: Allow unsecure HTTP url in redirection \ No newline at end of file diff --git a/src/routes/(frontend)/dashboard/shorten/+page.svelte b/src/routes/(frontend)/dashboard/shorten/+page.svelte index 6719f20..0a73377 100644 --- a/src/routes/(frontend)/dashboard/shorten/+page.svelte +++ b/src/routes/(frontend)/dashboard/shorten/+page.svelte @@ -183,7 +183,7 @@ /> {#if data.allow_unsecure_http}{@html $t('snapps:original:url:helper')}{/if}{#if data.allow_unsecure_http === false}{@html $t('snapps:original:url:helper')}{/if}