Skip to content

Commit

Permalink
naming
Browse files Browse the repository at this point in the history
  • Loading branch information
elegantmoose committed Jan 24, 2024
1 parent 0cc2fe9 commit d1e6174
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions templates/core.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>{{ page_title }} | CALDERA</title>
<title>{{ page_title }} | Caldera</title>
<link rel="shortcut icon" type="image/png" href="/gui/img/favicon.png"/>
<link rel="stylesheet" href="/gui/css/shared.css">
<link rel="stylesheet" href="/gui/css/core.css">
Expand All @@ -27,7 +27,7 @@
<span class="icon"><i class="fas fa-chevron-up"></i></span>
</a>
<div class="nav-logo">
<img src="/gui/img/caldera-logo.png" alt="CALDERA logo" @click="window.open('https://caldera.mitre.org?ref=caldera', '_blank')"/>
<img src="/gui/img/caldera-logo.png" alt="Caldera logo" @click="window.open('https://caldera.mitre.org?ref=caldera', '_blank')"/>
</div>
<div class="is-flex is-justify-content-center">
<span class="tag is-primary is-small is-rounded mb-2 p-4 user-badge"><em class="fas fa-user pr-3"></em>{{ user_name }}</span>
Expand Down Expand Up @@ -156,14 +156,14 @@ <h2>Startup Messages</h2>
<div class="modal-card">
<div>
<header class="modal-card-head">
<h2>Welcome to CALDERA!</h2>
<h2>Welcome to Caldera!</h2>
</header>
<section class="modal-card-body">
<div class="block">
<label class="label">📚 Learn</label>
<div class="is-flex is-justify-content-space-between">
<p>
Never used CALDERA before? The User Certificate in the training plugin will walk you through all
Never used Caldera before? The User Certificate in the training plugin will walk you through all
the capabilities of the platform in hands-on, capture-the-flag style exercises.
</p>
<button class="button is-small is-primary" @click="addTab('training', '/plugin/training/gui'); isFirstVisit = false">Start Training</button>
Expand All @@ -173,7 +173,7 @@ <h2>Welcome to CALDERA!</h2>
<label class="label">📖 Documentation</label>
<div class="is-flex is-justify-content-space-between">
<p>
Get familiar with all of CALDERA's capabilities, terminology, and plugins.
Get familiar with all of Caldera's capabilities, terminology, and plugins.
</p>
<a class="button is-small is-primary" target="_blank" href="/docs/index.html">Read the Docs</a>
</div>
Expand Down

0 comments on commit d1e6174

Please sign in to comment.