Skip to content

Commit

Permalink
fix: Show Sorting Date group name
Browse files Browse the repository at this point in the history
  • Loading branch information
navorite committed Nov 16, 2023
1 parent 0ad8da9 commit eac49f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/popup/sessions/Sorting.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
value={$settings.sortMethod}
on:change={(ev) => changeSortMethod(ev.currentTarget.value)}
>
<optgroup label={i18n.getMessage('popupSortDate')}>
<optgroup label={i18n.getMessage('labelSortDate')}>
<option value="newest">{i18n.getMessage('labelSortNewest')}</option>
<option value="oldest">{i18n.getMessage('labelSortOldest')}</option>
</optgroup>
Expand Down

0 comments on commit eac49f0

Please sign in to comment.