Skip to content

Commit ca96ad0

Browse files
committed
minor
1 parent 58b5ced commit ca96ad0

File tree

1 file changed

+1
-1
lines changed
  • services/static-webserver/client/source/class/osparc/store

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/store/Data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ qx.Class.define("osparc.store.Data", {
137137

138138
__getAllItems: async function(locationId, path, cursor, allItems = []) {
139139
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 :).");
140+
const msg = qx.locale.Manager.tr("Oops... more than 10.000 items to be listed here. Maybe it's time to make a folder :).");
141141
osparc.FlashMessenger.logAs(msg, "WARNING");
142142
return allItems;
143143
}

0 commit comments

Comments
 (0)