Inbox messages now tell you who the message was from
This commit is contained in:
parent
f8f797fa24
commit
7cd3266462
3 changed files with 19 additions and 5 deletions
12
lib/WebGUI/i18n/English/Inbox_Message.pm
Normal file
12
lib/WebGUI/i18n/English/Inbox_Message.pm
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
package WebGUI::i18n::English::Inbox_Message;
|
||||
use strict;
|
||||
|
||||
our $I18N = {
|
||||
|
||||
'from user preface' => {
|
||||
message => q|You were sent a message from |,
|
||||
lastUpdated => 0
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue