Translate unknown presence label
Signed-off-by: Stefan Parviainen <pafcu@iki.fi>
This commit is contained in:
@@ -70,7 +70,7 @@ module.exports = React.createClass({
|
||||
if (presence === "online") return _t("Online");
|
||||
if (presence === "unavailable") return _t("Idle"); // XXX: is this actually right?
|
||||
if (presence === "offline") return _t("Offline");
|
||||
return "Unknown";
|
||||
return _t("Unknown");
|
||||
},
|
||||
|
||||
render: function() {
|
||||
|
||||
Reference in New Issue
Block a user