We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573aacb commit 28b4781Copy full SHA for 28b4781
inc/field/selectfield.class.php
@@ -73,7 +73,7 @@ public function getRenderedHtml($domain, $canEdit = true): string {
73
foreach ($values as $value) {
74
if ((trim($value) != '')) {
75
$unsanitized = Sanitizer::unsanitize(__($value, $domain));
76
- $translatedValues[$unsanitized] = $unsanitized;
+ $translatedValues[$value] = $unsanitized;
77
}
78
79
0 commit comments