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 e0a69be commit e816eafCopy full SHA for e816eaf
services/static-webserver/client/source/class/osparc/auth/ui/LoginView.js
@@ -186,7 +186,7 @@ qx.Class.define("osparc.auth.ui.LoginView", {
186
},
187
188
__openTipItisPhaseOutDialog: function() {
189
- const createAccountWindow = new osparc.ui.window.Dialog("Request Account").set({
+ const createAccountWindow = new osparc.ui.window.Dialog(this.tr("Request Account")).set({
190
maxWidth: 380
191
});
192
let message = "This version of the planning tool will be phased out soon and no longer accepts new users.";
0 commit comments