From db18683a5a51295e13d4bff4434441211d4f7c50 Mon Sep 17 00:00:00 2001 From: laurentheirendt <laurent.heirendt@uni.lu> Date: Thu, 10 Dec 2020 15:15:06 +0100 Subject: [PATCH] fix typo in tooltip --- _layouts/landing.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_layouts/landing.html b/_layouts/landing.html index e36847b6..6bedadaf 100644 --- a/_layouts/landing.html +++ b/_layouts/landing.html @@ -8,16 +8,16 @@ <body> <div class="main"> <div class="content-wrapper"> - + <header class="site-header" role="banner"> <div> - + {%- if site.banner_link -%} {%- assign banner_link = site.banner_link -%} {%- else -%} {%- assign banner_link = '/' | relative_url -%} {%- endif -%} - + <div class="custom-header"> <a href="{{ banner_link }}"><img class="img-uni-lu" src="{{ '/assets/banners/uni-logo.svg' | relative_url }}" @@ -35,7 +35,7 @@ src="{{ '/assets/banners/' | relative_url }}{{ site.banner }}/logos.svg" type="image/svg+xml" /> - </div> + </div> </div> </header> @@ -51,7 +51,7 @@ <div class="indicator tooltip" id="internal-indicator"> <i class="material-icons">unpublished</i> <span class="tooltip-text"> - You are <strong>not connected</strong> to the uni.lu network. <br />You see only publically-available cards. <br />In order to see all, please connect to the VPN. + You are <strong>not connected</strong> to the uni.lu network. <br />You can see only publicly available cards. <br />In order to see all, please connect to the university network via VPN. </span> </div> {% endif %} -- GitLab