Bug 954870 - Summary page empty due to Top Protocols page modifications (fix regression from bug 954826), r=wnayes.
This commit is contained in:
Родитель
7f6301b516
Коммит
686d790588
|
@ -381,7 +381,7 @@ var accountWizard = {
|
|||
while ((child = rows.firstChild))
|
||||
rows.removeChild(child);
|
||||
|
||||
var label = document.getElementById("protoLabel").value;
|
||||
var label = bundle.getString("accountProtocol");
|
||||
rows.appendChild(this.createSummaryRow(label, this.proto.name));
|
||||
this.username = this.getUsername();
|
||||
label = bundle.getString("accountUsername");
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# %S is replaced by the name of a protocol
|
||||
protoOptions=%S Options
|
||||
accountProtocol=Protocol:
|
||||
accountUsername=Username:
|
||||
accountColon=%S:
|
||||
accountUsernameInfo=Please enter the username for your %S account.
|
||||
|
|
Загрузка…
Ссылка в новой задаче