mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-02 21:12:02 +08:00
Small bugfix for previous commit
This commit is contained in:
parent
875dae0755
commit
0259f636b0
1 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ export class AdvancedSearchPopupView extends AbstractViewPopup {
|
|||
|
||||
selectedDates: () => {
|
||||
translatorTrigger();
|
||||
let prefix = 'SEARCH/LABEL_DATE_';
|
||||
let prefix = 'SEARCH/DATE_';
|
||||
return [
|
||||
{ id: -1, name: i18n(prefix + 'ALL') },
|
||||
{ id: 3, name: i18n(prefix + '3_DAYS') },
|
||||
|
@ -70,7 +70,7 @@ export class AdvancedSearchPopupView extends AbstractViewPopup {
|
|||
|
||||
selectedTree: () => {
|
||||
translatorTrigger();
|
||||
let prefix = 'SEARCH/LABEL_SUBFOLDERS_';
|
||||
let prefix = 'SEARCH/SUBFOLDERS_';
|
||||
return [
|
||||
{ id: '', name: i18n(prefix + 'NONE') },
|
||||
{ id: 'subtree-one', name: i18n(prefix + 'SUBTREE_ONE') },
|
||||
|
|
Loading…
Reference in a new issue