aboutsummaryrefslogtreecommitdiff
path: root/src/routes
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes')
-rw-r--r--src/routes/settings/+page.svelte6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/routes/settings/+page.svelte b/src/routes/settings/+page.svelte
index 180b3554..bdb1c622 100644
--- a/src/routes/settings/+page.svelte
+++ b/src/routes/settings/+page.svelte
@@ -44,7 +44,7 @@
{#if data.user === undefined}
<div class="card">Please log in to modify settings.</div>
{:else}
- <Category title={$locale().settings.rss_feeds.title} id="feeds">
+ <Category title={$locale().settings.rssFeeds.title} id="feeds">
<button
on:click={() => {
addNotification(
@@ -61,14 +61,14 @@
);
}}
>
- {$locale().settings.rss_feeds.buttons.copy_to_clipboard}
+ {$locale().settings.rssFeeds.buttons.copyToClipboard}
</button>
Your AniList notifications RSS feed URL
<SettingHint lineBreak>
This <a
href="https://en.wikipedia.org/wiki/RSS"
target="_blank"
- title={$locale().settings.rss_feeds.tooltips.rss}
+ title={$locale().settings.rssFeeds.tooltips.rss}
use:tooltip
data-tooltip-above>RSS</a
>