]> 91.132.146.200 Git - insipid.git/commitdiff
init of SacredGrove and fixed bug #12
authorBanana <mail@bananas-playground.net>
Thu, 1 Apr 2021 20:25:49 +0000 (22:25 +0200)
committerBanana <mail@bananas-playground.net>
Thu, 1 Apr 2021 20:25:49 +0000 (22:25 +0200)
ChangeLog
VERSION
webroot/view/home.php

index d9cf500adb3c362e2286c838812e0da73c8f6d0b..a1ae9fe4bbf86f0bc66e5bb9d761031ac13ef8a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+version 2.7 - Sacred Grove
+
+       + Fixed bug #12. Missing translation key
+
 version 2.6 - Hypostyle
 
        + Fixed sql problems with Maria DB. Any_value is not supported there
diff --git a/VERSION b/VERSION
index 28f07d7630cfc825e69e9fe7fc8cbb7dfd19378a..a481f6795fe30595416118a449dee25cf55961e4 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.6 - Hypostyle
+2.7 - Sacred Grove
index 11bcf8b861c2e3fda1438f61902becc212496110..cf742041be6068493b852d89f2f02591618329b1 100644 (file)
@@ -64,7 +64,7 @@
                                        <div class="control">
                                                <div class="tags has-addons">
                                                        <a class="tag is-dark" href="<?php echo $sr['link']; ?>" target="_blank" ><?php echo $sr['title']; ?></a>
-                                                       <a class="tag is-info" title="<?php echo $T->t('view.more.info'); ?>" href="index.php?p=linkinfo&id=<?php echo $sr['hash']; ?>" ><i class="ion-md-information-circle-outline"></i></a>
+                                                       <a class="tag is-info" title="<?php echo $T->t('view.more.details'); ?>" href="index.php?p=linkinfo&id=<?php echo $sr['hash']; ?>" ><i class="ion-md-information-circle-outline"></i></a>
                                                </div>
                                        </div>
 <?php } ?>