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 58b5ced commit ca96ad0Copy full SHA for ca96ad0
services/static-webserver/client/source/class/osparc/store/Data.js
@@ -137,7 +137,7 @@ qx.Class.define("osparc.store.Data", {
137
138
__getAllItems: async function(locationId, path, cursor, allItems = []) {
139
if (allItems.length >= 10000) {
140
- const msg = this.tr("Oops... more than 10.000 files to be listed here. Maybe it's time to make a folder :).");
+ const msg = qx.locale.Manager.tr("Oops... more than 10.000 items to be listed here. Maybe it's time to make a folder :).");
141
osparc.FlashMessenger.logAs(msg, "WARNING");
142
return allItems;
143
}
0 commit comments