pub / rememori

Simple file-based bookmarking and notes application
git clone https://src.jayvii.de/pub/rememori.git
Home | Log | Files | Exports | Refs | README | RSS

commit d4cacbcd04526034975b5a968220243dfc449871
parent 98c8eca4614b42a5f3406340c8ff37206d018112
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Fri, 25 Oct 2024 14:58:47 +0200

fix: add string for listing button

Diffstat:
Mconfig/i18n.php | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/config/i18n.php b/config/i18n.php @@ -13,6 +13,7 @@ if ($lang == "en") { $GLOBALS["i18n_ctime"] = "Last edited"; $GLOBALS["i18n_edit"] = "Edit note"; $GLOBALS["i18n_new"] = "New note"; + $GLOBALS["i18n_list"] = "List notes"; }