Hotfix - icon tooltip translation

This commit is contained in:
Piotr Kopycki 2022-04-16 17:08:08 +02:00
parent 2721421c1d
commit f6445a18e4
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@
<div class="mainTestName">
{{test.name}}
{% if test.password != "" %}
<i class="fa-solid fa-lock locked" title="Test protected with password"></i>
<i class="fa-solid fa-lock locked" title="Test chroniony hasłem"></i>
{% endif %}
</div>
<div class="mainTestMeta">

View File

@ -9,7 +9,7 @@
<div class="mainTestName">
{{test.name}}
{% if test.password != "" %}
<i class="fa-solid fa-lock locked" title="Test protected with password"></i>
<i class="fa-solid fa-lock locked" title="Test chroniony hasłem"></i>
{% endif %}
</div>
<div class="mainTestMeta">

View File

@ -9,7 +9,7 @@
<div class="mainTestName">
{{test.name}}
{% if test.password != "" %}
<i class="fa-solid fa-lock locked" title="Test protected with password"></i>
<i class="fa-solid fa-lock locked" title="Test chroniony hasłem"></i>
{% endif %}
</div>
<div class="mainTestMeta">