Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
@@ -297,6 +297,11 @@ public class ProfileController extends BaseController {
});
}
+ @Override
+ protected String getTitle() {
+ return getResources().getString(R.string.nc_profile_personal_info_title);
+ }
+
private void showUserProfile() {
if (getActivity() == null) {
return;
@@ -153,6 +153,8 @@
<string name="nc_select_an_account">Select an account</string>
+ <string name="nc_profile_personal_info_title">Personal Info</string>
<!-- Conversation menu -->
<string name="nc_start_conversation">Start a conversation</string>
<string name="nc_configure_room">Configure conversation</string>