Skip to content

Commit e816eaf

Browse files
committed
minor
1 parent e0a69be commit e816eaf

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/auth/ui/LoginView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ qx.Class.define("osparc.auth.ui.LoginView", {
186186
},
187187

188188
__openTipItisPhaseOutDialog: function() {
189-
const createAccountWindow = new osparc.ui.window.Dialog("Request Account").set({
189+
const createAccountWindow = new osparc.ui.window.Dialog(this.tr("Request Account")).set({
190190
maxWidth: 380
191191
});
192192
let message = "This version of the planning tool will be phased out soon and no longer accepts new users.";

0 commit comments

Comments
 (0)