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 b0bf442 commit 840fccdCopy full SHA for 840fccd
system/application/views/widgets/edit/jquery.content_selector_bootstrap.js
@@ -2812,6 +2812,7 @@ isMac = navigator.userAgent.indexOf('Mac OS X') != -1;
2812
var type_display_name = 'Users';
2813
} else if (scalarapi.model.scalarTypes[opts.types[t]]) {
2814
var type_display_name = scalarapi.model.scalarTypes[opts.types[t]].plural;
2815
+ type_display_name = type_display_name.charAt(0).toUpperCase() + type_display_name.slice(1);
2816
} else {
2817
var type_display_name = opts.types[t].charAt(0).toUpperCase() + opts.types[t].slice(1);
2818
}
0 commit comments