diff --git a/app/conference_centers/app_languages.php b/app/conference_centers/app_languages.php
index cc2f27b218..7f10328487 100644
--- a/app/conference_centers/app_languages.php
+++ b/app/conference_centers/app_languages.php
@@ -11,7 +11,7 @@ $text['title-conference_centers']['es-cl'] = "Centro de Conferencias";
$text['title-conference_centers']['es-mx'] = "Centro de Conferencias"; //copied from es-cl
$text['title-conference_centers']['fr-ca'] = "Centre de conférence"; //copied from fr-fr
$text['title-conference_centers']['fr-fr'] = "Centre de conférence";
-$text['title-conference_centers']['he-il'] = "";
+$text['title-conference_centers']['he-il'] = "מרכזי ועידה";
$text['title-conference_centers']['it-it'] = "Centri Conferenza";
$text['title-conference_centers']['nl-nl'] = "Cenferentie centra";
$text['title-conference_centers']['pl-pl'] = "Centra Konferencyjne";
diff --git a/app/conference_centers/conference_room_edit.php b/app/conference_centers/conference_room_edit.php
index 1a713b4e2e..b1e480de94 100644
--- a/app/conference_centers/conference_room_edit.php
+++ b/app/conference_centers/conference_room_edit.php
@@ -640,7 +640,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
echo "
";
echo " | ".$text['label-moderator-pin']." | ";
echo " ";
- echo " \n";
+ echo " \n";
echo " \n";
echo " ".$text['description-moderator_pin']."\n";
echo " | ";
@@ -649,7 +649,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
echo "
";
echo " | ".$text['label-participant-pin']." | ";
echo " ";
- echo " \n";
+ echo " \n";
echo " \n";
echo " ".$text['description-participant-pin']."\n";
echo " | ";
diff --git a/app/conferences/app_languages.php b/app/conferences/app_languages.php
index e937117a2d..3d1275b2ff 100644
--- a/app/conferences/app_languages.php
+++ b/app/conferences/app_languages.php
@@ -11,7 +11,7 @@ $text['title-conferences']['es-cl'] = "Conferencias";
$text['title-conferences']['es-mx'] = "Conferencias"; //copied from es-cl
$text['title-conferences']['fr-ca'] = "Conférences"; //copied from fr-fr
$text['title-conferences']['fr-fr'] = "Conférences";
-$text['title-conferences']['he-il'] = "";
+$text['title-conferences']['he-il'] = "חדר ועידה";
$text['title-conferences']['it-it'] = "Conferenze";
$text['title-conferences']['nl-nl'] = "Conferenties";
$text['title-conferences']['pl-pl'] = "";
diff --git a/app/conferences/conference_edit.php b/app/conferences/conference_edit.php
index 1b6f0dea4e..e01f704122 100644
--- a/app/conferences/conference_edit.php
+++ b/app/conferences/conference_edit.php
@@ -370,7 +370,7 @@
echo " ".$text['label-pin']."\n";
echo "\n";
echo "\n";
- echo " \n";
+ echo " \n";
echo " \n";
echo "".$text['description-pin']."\n";
echo " | \n";
diff --git a/app/conferences_active/app_languages.php b/app/conferences_active/app_languages.php
index 546cfa86fc..abe8fb0f02 100644
--- a/app/conferences_active/app_languages.php
+++ b/app/conferences_active/app_languages.php
@@ -11,7 +11,7 @@ $text['title-active_conferences']['es-cl'] = "Conferencias Activas";
$text['title-active_conferences']['es-mx'] = "Conferencias Activas"; //copied from es-cl
$text['title-active_conferences']['fr-ca'] = "Conférences Avtives"; //copied from fr-fr
$text['title-active_conferences']['fr-fr'] = "Conférences Avtives";
-$text['title-active_conferences']['he-il'] = "";
+$text['title-active_conferences']['he-il'] = "ניהול חדרי ועידה";
$text['title-active_conferences']['it-it'] = "Conferenze Attive";
$text['title-active_conferences']['nl-nl'] = "Aktieve conferenties";
$text['title-active_conferences']['pl-pl'] = "Aktywne konferencje";
@@ -528,18 +528,18 @@ $text['label-mute']['uk-ua'] = "";
$text['label-hand_raised']['en-us'] = "Hand Raised";
$text['label-hand_raised']['ar-eg'] = "";
-$text['label-hand_raised']['de-at'] = "";
-$text['label-hand_raised']['de-ch'] = "";
+$text['label-hand_raised']['de-at'] = "";
+$text['label-hand_raised']['de-ch'] = "";
$text['label-hand_raised']['de-de'] = "";
$text['label-hand_raised']['es-cl'] = "";
-$text['label-hand_raised']['es-mx'] = "";
-$text['label-hand_raised']['fr-ca'] = "";
+$text['label-hand_raised']['es-mx'] = "";
+$text['label-hand_raised']['fr-ca'] = "";
$text['label-hand_raised']['fr-fr'] = "";
$text['label-hand_raised']['he-il'] = "";
$text['label-hand_raised']['it-it'] = "";
$text['label-hand_raised']['nl-nl'] = "";
$text['label-hand_raised']['pl-pl'] = "";
-$text['label-hand_raised']['pt-br'] = "";
+$text['label-hand_raised']['pt-br'] = "";
$text['label-hand_raised']['pt-pt'] = "";
$text['label-hand_raised']['ro-ro'] = "";
$text['label-hand_raised']['ru-ru'] = "";
diff --git a/app/meetings/app_config.php b/app/meetings/app_config.php
index 9c3a0bfa39..7b1d7b56d3 100644
--- a/app/meetings/app_config.php
+++ b/app/meetings/app_config.php
@@ -83,11 +83,11 @@
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "primary";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "moderator_pin";
- $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the moderator PIN number.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "participant_pin";
- $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the participant PIN number.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "enabled";