Merge remote-tracking branch 'origin/develop' into bugfix/GYNVB-1160

This commit is contained in:
Rajesh Pullagalla 2023-12-15 10:48:02 -05:00
commit 4dab03c8ec
4 changed files with 4 additions and 2 deletions

View File

@ -64,7 +64,7 @@ public class FormLabelModel: EnableableModelProtocol {
if enabled {
required.attributes = [LabelAttributeColorModel(FormLabelModel.defaultRequiredTextColor, model.text.count + 1, 8)]
}
required.text = "\(model.text) Optional"
required.text = "\(model.text) \(MVMCoreUIUtility.hardcodedString(withKey: "textfield_optional") ?? "")"
return required
}

View File

@ -30,7 +30,7 @@
"textfield_picker_item" = " picker item";
"textfield_regular" = " regular";
"textfield_disabled_state" = "disabled";
"textfield_optional" = "Optional";
// MARK: MDNTextfield
"textfield_contacts_barbutton" = "My Contacts";

View File

@ -26,6 +26,7 @@
"textfield_picker_item" = " artículo de selector";
"textfield_regular" = " regular";
"textfield_disabled_state" = "inactivo";
"textfield_optional" = "Opcional";
//MDNTextfield
"textfield_contacts_barbutton" = "Mis contactos";
"textfield_phone_format_error_message" = "Formato de número de teléfono inválido.";

View File

@ -26,6 +26,7 @@
"textfield_picker_item" = " artículo de selector";
"textfield_regular" = " regular";
"textfield_disabled_state" = "inactivo";
"textfield_optional" = "Opcional";
//MDNTextfield
"textfield_contacts_barbutton" = "Mis contactos";
"textfield_phone_format_error_message" = "Formato de número de teléfono inválido.";