# HG changeset patch # User Kim Alvefur # Date 1511207258 -3600 # Node ID 683a2f25223d27f459388348dd7a4d9178b04a09 # Parent 7738d7158dd0ead5dc17f51e66ce35984a0f74bc mod_http_muc_log: Reword "back" links diff -r 7738d7158dd0 -r 683a2f25223d mod_http_muc_log/mod_http_muc_log.lua --- a/mod_http_muc_log/mod_http_muc_log.lua Sat Nov 18 20:44:47 2017 +0100 +++ b/mod_http_muc_log/mod_http_muc_log.lua Mon Nov 20 20:47:38 2017 +0100 @@ -174,7 +174,7 @@ jid = get_room(room).jid; years = years; links = { - { href = "../", rel = "up", text = "Back to room list" }, + { href = "../", rel = "up", text = "Room list" }, }; }); end @@ -268,7 +268,7 @@ jid = get_room(room).jid; lines = logs; links = { - { href = "./", rel = "up", text = "Back to calendar" }, + { href = "./", rel = "up", text = "Calendar" }, { href = prev_when, rel = "prev", text = prev_when}, { href = next_when, rel = "next", text = next_when}, };