|
@@ -113,9 +113,10 @@
|
|
[section addFormRow:row];
|
|
[section addFormRow:row];
|
|
|
|
|
|
} else {
|
|
} else {
|
|
|
|
+
|
|
// Section START E2E -------------------------------------------------
|
|
// Section START E2E -------------------------------------------------
|
|
|
|
|
|
- section = [XLFormSectionDescriptor formSectionWithTitle:NSLocalizedString(@"_e2e_settings_start_", nil)];
|
|
+ section = [XLFormSectionDescriptor formSection];
|
|
[form addFormSection:section];
|
|
[form addFormSection:section];
|
|
|
|
|
|
// Start e2e
|
|
// Start e2e
|