Skip to content

Commit 2027d9e

Browse files
committed
general page
1 parent 08c1586 commit 2027d9e

File tree

1 file changed

+1
-1
lines changed
  • services/static-webserver/client/source/class/osparc/desktop/preferences/pages

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/desktop/preferences/pages/GeneralPage.js

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

138138
__addLowDiskSpaceSetting: function() {
139139
const box = osparc.ui.window.TabbedView.createSectionBox(this.tr("Low Disk Space Threshold"));
140-
const label = osparc.ui.window.TabbedView.createHelpLabel(this.tr("Set the warning Threshold for low Disk Space availability."), "text-13-italic");
140+
const label = osparc.ui.window.TabbedView.createHelpLabel(this.tr("Set the warning Threshold for Low Disk Space availability"), "text-13-italic");
141141
box.add(label);
142142
const form = new qx.ui.form.Form();
143143
const diskUsageSpinner = new qx.ui.form.Spinner().set({

0 commit comments

Comments
 (0)