Apply suggestion from @user1823

Co-authored-by: user1823 <92206575+user1823@users.noreply.github.com>
This commit is contained in:
Damien Elmes 2025-09-27 14:45:26 +10:00 committed by GitHub
parent ea9a803366
commit 0ea25def9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,7 +73,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
<HelpModal <HelpModal
title={tr.statisticsTrueRetentionTitle()} title={tr.statisticsTrueRetentionTitle()}
url={HelpPage.DeckOptions.desiredRetention} url={HelpPage.DeckOptions.desiredRetention}
linkLabel="Desired retention" linkLabel={tr.deckConfigDesiredRetention()}
{helpSections} {helpSections}
on:mount={(e) => { on:mount={(e) => {
modal = e.detail.modal; modal = e.detail.modal;