Skip to content

Commit

Permalink
Merge pull request #23 from minnoroth/rebrand-modules-to-wrensec-ui
Browse files Browse the repository at this point in the history
Rebrand modules to wrensec-ui.
  • Loading branch information
pavelhoral authored Nov 22, 2023
2 parents 83f2326 + 564b6df commit 7230a04
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/mock/src/assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ForgeRock UI Mock</title>
<title>Wren Security UI Mock</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="jumbotron styleguide-jumbotron">
<div class="container">
<h1>UI Styleguide</h1>
<p class="lead">This styleguide will be a resource for designers, product managers, and developers, providing a common language around ForgeRock’s UI patterns. We will use it to maintain modular front-end code and visual consistency across all apps.</p>
<p class="lead">This styleguide will be a resource for designers, product managers, and developers, providing a common language around Wren Security’s UI patterns. We will use it to maintain modular front-end code and visual consistency across all apps.</p>
</div>
</div>
<div class="container">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,16 @@ define([
"settings": {
"logo": {
"src": "images/logo-horizontal.png",
"title": "ForgeRock",
"alt": "ForgeRock"
"title": "Wren Security",
"alt": "Wren Security"
},
"loginLogo": {
"src": "images/login-logo.png",
"title": "ForgeRock",
"alt": "ForgeRock",
"height": "104px",
"width": "210px"
"title": "Wren Security",
"alt": "Wren Security"
},
"footer": {
"mailto": "info@forgerock.com"
"mailto": "info@wrensecurity.org"
}
}
});
Expand Down
2 changes: 1 addition & 1 deletion packages/mock/tests/qunit/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html>
<head>
<meta charset="utf-8">
<title>ForgeRock UI - QUnit Tests</title>
<title>Wren Security UI - QUnit Tests</title>
<link rel="stylesheet" href="../www/css/qunit.css" />
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion packages/user/src/assets/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"actions" : "Actions",
"complete" : "Complete",
"reset" : "Reset",
"copyright" : "Copyright (c) 2010-15 ForgeRock, all rights reserved.",
"copyright" : "© Wren Security",
"sessionExpired" : "Session Expired",
"enableCookies" : "Cookies must be enabled to login",
"reloadGrid" : "Reload Grid",
Expand Down

0 comments on commit 7230a04

Please sign in to comment.