mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Merge pull request #1252 from JanRei/accountreportlocalization
Localize online status in generated account report
This commit is contained in:
commit
f4fc80cc6e
@ -398,7 +398,7 @@ define([
|
||||
row(Messages.admin_lastPinTime, maybeDate(data.latest));
|
||||
|
||||
// currently online
|
||||
row(Messages.admin_currentlyOnline, data.currentlyOnline);
|
||||
row(Messages.admin_currentlyOnline, localizeState(data.currentlyOnline));
|
||||
|
||||
// plan name
|
||||
row(Messages.admin_planName, data.plan || Messages.ui_none);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user