Skip to content

Commit

Permalink
fix: change title
Browse files Browse the repository at this point in the history
Part of addressing feedback in
#328.
  • Loading branch information
liammulh committed Dec 15, 2022
1 parent 56b1b93 commit 9bacd01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>PhET Translation Tool</title>
<title>PhET Translation Utility (HTML5)</title>
<link rel="shortcut icon" type="image/x-icon" href="./img/favicon.ico">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
Expand Down
2 changes: 1 addition & 1 deletion src/common/publicConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default {
// production current: https://phet.colorado.edu/services/check-login,
// dev current: https://phet-direct-dev.colorado.edu/user/check-login,
// localhost current: http://localhost:16372/services/check-login,
WEBSITE_USER_DATA_URL: 'https://phet-direct-dev.colorado.edu/user/check-login',
WEBSITE_USER_DATA_URL: 'http://localhost:16372/services/check-login',

// Set this to production if you're in production. Set this to development if you're
// in development.
Expand Down

0 comments on commit 9bacd01

Please sign in to comment.