forked from I2P_Developers/i2p.i2p
Give the stats page some consideration.
This commit is contained in:
@ -22,7 +22,7 @@ public class OldConsoleHelper extends HelperBase {
|
||||
return baos.toString();
|
||||
}
|
||||
} catch (IOException ioe) {
|
||||
return "<b>Error rending the console</b>";
|
||||
return "<b>Error displaying the console.</b>";
|
||||
}
|
||||
}
|
||||
|
||||
@ -38,7 +38,7 @@ public class OldConsoleHelper extends HelperBase {
|
||||
return baos.toString();
|
||||
}
|
||||
} catch (IOException ioe) {
|
||||
return "<b>Error rending the console</b>";
|
||||
return "<b>Error displaying the console.</b>";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user