Skip to content

Commit ad5893f

Browse files
committed
fix: make settings description provider agnostic
1 parent e8e5b6e commit ad5893f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layout/Navbar/NavHost.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
</svelte:fragment>
113113
<svelte:fragment slot="title">Settings</svelte:fragment>
114114
<svelte:fragment slot="description"
115-
>Configure the website's API. Defaults to ReVanced.</svelte:fragment
115+
>Configure the API for this website.</svelte:fragment
116116
>
117117
<div id="settings-content">
118118
<div class="input-wrapper">

0 commit comments

Comments
 (0)