From 88f244e67bea5360c9328054996b7d63bdde1348 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 30 Apr 2018 13:00:29 -0400 Subject: [PATCH] change manage room button text, nodebb/nodebb#6479 --- templates/chat.tpl | 2 +- templates/partials/chats/message-window.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/chat.tpl b/templates/chat.tpl index d4f3b08..51eeb51 100644 --- a/templates/chat.tpl +++ b/templates/chat.tpl @@ -25,7 +25,7 @@
  • - [[modules:chat.add-users-to-room]] + [[modules:chat.manage-room]]
  • [[modules:chat.rename-room]] diff --git a/templates/partials/chats/message-window.tpl b/templates/partials/chats/message-window.tpl index b1ce6bd..eeb7d1d 100644 --- a/templates/partials/chats/message-window.tpl +++ b/templates/partials/chats/message-window.tpl @@ -22,7 +22,7 @@
  • - [[modules:chat.add-users-to-room]] + [[modules:chat.manage-room]]
  • [[modules:chat.rename-room]]