Skip to content

Commit e701330

Browse files
committed
pdf in uppercase
1 parent a556a7d commit e701330

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/locales/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"exportToJSON": "Export synthetic data to JSON",
1616
"downloadButton": "Download",
1717
"biasSettings": {
18-
"exportToPDF": "Download bias detection report as pdf",
18+
"exportToPDF": "Download bias detection report as PDF",
1919
"exportToJSON": "Export clusters as JSON",
2020
"form": {
2121
"fieldsets": {
@@ -57,7 +57,7 @@
5757
}
5858
},
5959
"syntheticData": {
60-
"exportToPDF": "Download evaluation report as pdf",
60+
"exportToPDF": "Download evaluation report as PDF",
6161
"exportToJSON": "Download synthetic data as JSON",
6262
"exportToCSV": "Download synthetic data as CSV",
6363
"form": {

src/locales/nl.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"downloadButton": "Download",
1515

1616
"biasSettings": {
17-
"exportToPDF": "Download bias detection rapport als pdf",
17+
"exportToPDF": "Download bias detection rapport als PDF",
1818
"exportToJSON": "Export clusters als JSON",
1919

2020
"form": {
@@ -57,7 +57,7 @@
5757
}
5858
},
5959
"syntheticData": {
60-
"exportToPDF": "Download evulatie rapport als pdf",
60+
"exportToPDF": "Download evulatie rapport als PDF",
6161
"exportToJSON": "Download synthetische data als JSON",
6262
"exportToCSV": "Download synthetische data als CSV",
6363
"form": {

0 commit comments

Comments
 (0)