Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6120ddd7 authored by Hung-ying Tyan's avatar Hung-ying Tyan
Browse files

Capitalize the first letter of a VPN name.

parent 38a9daff
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -66,6 +66,8 @@ class VpnProfileEditor {
                    }
                });
        setName(getProfile().getName());
        mName.getEditText().setInputType(InputType.TYPE_CLASS_TEXT
                | InputType.TYPE_TEXT_FLAG_CAP_SENTENCES);

        subpanel.addPreference(createServerNamePreference(c));
        loadExtraPreferencesTo(subpanel);