We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf70815 commit 3ef663cCopy full SHA for 3ef663c
javascript/localization.js
@@ -81,7 +81,7 @@ function refresh_style_localization() {
81
}
82
83
function refresh_aspect_ratios_label(value) {
84
- label = document.querySelector('#aspect_ratios_accordion div span[data-original-text="Aspect Ratios"]');
+ label = document.querySelector('#aspect_ratios_accordion div span');
85
translation = getTranslation("Aspect Ratios");
86
if (typeof translation == "undefined") {
87
translation = "Aspect Ratios";
0 commit comments