Software /
code /
prosody-modules
Changeset
2840:683a2f25223d
mod_http_muc_log: Reword "back" links
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 20 Nov 2017 20:47:38 +0100 |
parents | 2839:7738d7158dd0 |
children | 2841:462dece0a3c2 |
files | mod_http_muc_log/mod_http_muc_log.lua |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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}, };