feat: add 10 as an additional Emails Per Page option

This commit is contained in:
Harry Tang
2026-03-22 13:15:23 +02:00
parent 5530cfe7fe
commit 387273288c
9 changed files with 9 additions and 0 deletions
+1
View File
@@ -249,6 +249,7 @@ export function EmailSettings() {
value={emailsPerPage.toString()}
onChange={(value) => updateSetting('emailsPerPage', parseInt(value))}
options={[
{ value: '10', label: t('emails_per_page.10') },
{ value: '25', label: t('emails_per_page.25') },
{ value: '50', label: t('emails_per_page.50') },
{ value: '100', label: t('emails_per_page.100') },
+1
View File
@@ -774,6 +774,7 @@
"below-header": "Unter dem Header"
},
"emails_per_page": {
"10": "10 E-Mails",
"25": "25 E-Mails",
"50": "50 E-Mails",
"100": "100 E-Mails",
+1
View File
@@ -774,6 +774,7 @@
"below-header": "Below header"
},
"emails_per_page": {
"10": "10 emails",
"25": "25 emails",
"50": "50 emails",
"100": "100 emails",
+1
View File
@@ -774,6 +774,7 @@
"below-header": "Debajo del encabezado"
},
"emails_per_page": {
"10": "10 correos",
"25": "25 correos",
"50": "50 correos",
"100": "100 correos",
+1
View File
@@ -774,6 +774,7 @@
"below-header": "Sous l'en-tête"
},
"emails_per_page": {
"10": "10 emails",
"25": "25 emails",
"50": "50 emails",
"100": "100 emails",
+1
View File
@@ -774,6 +774,7 @@
"below-header": "Sotto l'intestazione"
},
"emails_per_page": {
"10": "10 messaggi",
"25": "25 messaggi",
"50": "50 messaggi",
"100": "100 messaggi",
+1
View File
@@ -774,6 +774,7 @@
"below-header": "ヘッダーの下"
},
"emails_per_page": {
"10": "10件",
"25": "25件",
"50": "50件",
"100": "100件",
+1
View File
@@ -774,6 +774,7 @@
"below-header": "Onder de kop"
},
"emails_per_page": {
"10": "10 e-mails",
"25": "25 e-mails",
"50": "50 e-mails",
"100": "100 e-mails",
+1
View File
@@ -774,6 +774,7 @@
"below-header": "Abaixo do cabeçalho"
},
"emails_per_page": {
"10": "10 e-mails",
"25": "25 e-mails",
"50": "50 e-mails",
"100": "100 e-mails",