Skip to content

Commit f5bd875

Browse files
committed
Last small fix
1 parent b702e05 commit f5bd875

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/App.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
const f7params = {
115115
id: appId,
116116
name: appName,
117-
theme: 'md', // Automatic theme detection
117+
theme: 'md',
118118
input: {
119119
scrollIntoViewOnFocus: Device.cordova && !Device.electron,
120120
scrollIntoViewCentered: Device.cordova && !Device.electron,

src/components/Recapitulation.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<p class="recapitulation-text"> {$_('recapitulation.repetition.info_text')} <span>{info.unknown}</span> {$_('recapitulation.repetition.info_text_end')} </p>
8383
<p class="recapitulation-text"> {$_('recapitulation.repetition.info_text_description')} </p>
8484
{:else if info.trainingType === 'filter'}
85-
{#if info.unknown <= 5 && info.known >= 20}
85+
{#if info.unknown <= 7 && info.known >= 20}
8686
<p class="recapitulation-text">
8787
{$_('recapitulation.filter.advanced_mode.question')}
8888
</p>

0 commit comments

Comments
 (0)