Use the same disconnecter error translation key for all the apps
This commit is contained in:
@@ -699,7 +699,7 @@ define([
|
||||
// inform of network disconnect
|
||||
setEditable(false);
|
||||
toolbar.failed();
|
||||
Cryptpad.alert(Messages.disconnectAlert);
|
||||
Cryptpad.alert(Messages.common_connectionLost);
|
||||
};
|
||||
|
||||
var onConnectionChange = config.onConnectionChange = function (info) {
|
||||
@@ -710,7 +710,7 @@ define([
|
||||
toolbar.reconnecting(info.myId);
|
||||
Cryptpad.findOKButton().click();
|
||||
} else {
|
||||
Cryptpad.alert(Messages.disconnectAlert);
|
||||
Cryptpad.alert(Messages.common_connectionLost);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user