binwiederhier 1 lună în urmă
părinte
comite
f382a13109
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 2 1
      web/src/components/Preferences.jsx

+ 2 - 1
web/src/components/Preferences.jsx

@@ -441,7 +441,8 @@ const UserDialog = (props) => {
   const baseUrlHelperText = (() => {
     if (baseUrl.length > 0 && !baseUrlValid) {
       return t("prefs_users_dialog_base_url_invalid");
-    } else if (baseUrlExists) {
+    }
+    if (baseUrlExists) {
       return t("prefs_users_dialog_base_url_exists");
     }
     return "";