aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorMax Magorsch <arzano@gentoo.org>2020-07-08 09:17:48 +0000
committerMax Magorsch <arzano@gentoo.org>2020-07-08 09:17:48 +0000
commit1ce4ec387de7cbb9366cf16bccf02c10b9cbb13f (patch)
tree1de44f014cbde6e6b364b22078e60328fc9548be /web
parentFix wrong warnings about outdated packages (diff)
downloadsoko-1ce4ec387de7cbb9366cf16bccf02c10b9cbb13f.tar.gz
soko-1ce4ec387de7cbb9366cf16bccf02c10b9cbb13f.tar.bz2
soko-1ce4ec387de7cbb9366cf16bccf02c10b9cbb13f.zip
Fix a typo in the security tabs
Thanks to dilfridge for pointing this out Signed-off-by: Max Magorsch <arzano@gentoo.org>
Diffstat (limited to 'web')
-rw-r--r--web/templates/maintainer/components/security.tmpl2
-rw-r--r--web/templates/packages/components/security.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/web/templates/maintainer/components/security.tmpl b/web/templates/maintainer/components/security.tmpl
index bcda68e..ff57064 100644
--- a/web/templates/maintainer/components/security.tmpl
+++ b/web/templates/maintainer/components/security.tmpl
@@ -31,7 +31,7 @@
<img style="width: 100%;" src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/4f/Larry-the-cow-full.svg/1200px-Larry-the-cow-full.svg.png"/>
</div>
<div class="col-md-8 pt-3">
- <h2>There are no security information</h2>
+ <h2>There is no security information</h2>
<span>You think something is missing here? <br/> Start with filling a <a href="https://bugs.gentoo.org/">new security bug</a>.</span>
</div>
</div>
diff --git a/web/templates/packages/components/security.tmpl b/web/templates/packages/components/security.tmpl
index e78feb2..2c24cf2 100644
--- a/web/templates/packages/components/security.tmpl
+++ b/web/templates/packages/components/security.tmpl
@@ -37,7 +37,7 @@
<img style="width: 100%;" src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/4f/Larry-the-cow-full.svg/1200px-Larry-the-cow-full.svg.png"/>
</div>
<div class="col-md-8 pt-3">
- <h2>There are no security information</h2>
+ <h2>There is no security information</h2>
<span>You think something is missing here? <br/> Start with filling a <a href="https://bugs.gentoo.org/">new security bug</a>.</span>
</div>
</div>