Skip to content
Snippets Groups Projects
Commit bbe118f6 authored by ovari's avatar ovari
Browse files

fix typo: name server

Change-Id: Iab3511b6aceb99db20e104d1021a843d47dd3e1d
parent 570b5f8b
No related branches found
No related tags found
No related merge requests found
......@@ -49,14 +49,14 @@ export default function LocalStorageForm(props: LocalStorageFormProps) {
}
label={
i18next.t(
"use_public_nameserver",
"use_public_name_server",
"Use public name server"
) as string
}
/>
<CustomPopupState
message={i18next.t(
"check_box_register_usernames_on_jami_public_nameserver",
"check_box_register_usernames_on_jami_public_name_server",
"Check this box if you want to register your usernames on Jami's public name server."
)}
/>
......
......@@ -210,7 +210,7 @@ public class Server {
public static void startGUI() throws Exception {
boolean ready = false;
while (!ready) {
log.info("Waiting for authentication module to be ready...");
log.info("Waiting for authentication module to be ready");
if (userAuthenticationModule.getAuthModulePubKey() != null) {
ready = true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment