Skip to content
Snippets Groups Projects
Commit 23c49ded authored by Bob Mottram's avatar Bob Mottram
Browse files

Wording

parent e03a67f1
No related branches found
No related tags found
No related merge requests found
...@@ -134,7 +134,7 @@ function friendica_close_registrations { ...@@ -134,7 +134,7 @@ function friendica_close_registrations {
--msgbox $"New registrations are now closed" 6 40 --msgbox $"New registrations are now closed" 6 40
} }
function friendica_open_registrations { function friendica_allow_registrations {
sed -i "s|REGISTER_CLOSED|REGISTER_OPEN|g" /var/www/$FRIENDICA_DOMAIN_NAME/htdocs/.htconfig.php sed -i "s|REGISTER_CLOSED|REGISTER_OPEN|g" /var/www/$FRIENDICA_DOMAIN_NAME/htdocs/.htconfig.php
dialog --title $"Friendica Account Registrations" \ dialog --title $"Friendica Account Registrations" \
--msgbox $"New registrations are permitted" 6 40 --msgbox $"New registrations are permitted" 6 40
...@@ -151,7 +151,7 @@ function configure_interactive_friendica { ...@@ -151,7 +151,7 @@ function configure_interactive_friendica {
1 $"Set channel directory server" off \ 1 $"Set channel directory server" off \
2 $"Renew SSL certificate" off \ 2 $"Renew SSL certificate" off \
3 $"Close new account registrations" off \ 3 $"Close new account registrations" off \
4 $"Open new account registrations" off \ 4 $"Allow new account registrations" off \
5 $"Back to main menu" on 2> $data 5 $"Back to main menu" on 2> $data
sel=$? sel=$?
case $sel in case $sel in
...@@ -162,7 +162,7 @@ function configure_interactive_friendica { ...@@ -162,7 +162,7 @@ function configure_interactive_friendica {
1) friendica_channel_directory_server;; 1) friendica_channel_directory_server;;
2) friendica_renew_cert;; 2) friendica_renew_cert;;
3) friendica_close_registrations;; 3) friendica_close_registrations;;
4) friendica_open_registrations;; 4) friendica_allow_registrations;;
5) break;; 5) break;;
esac esac
done done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment