mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 19:49:33 +01:00
Show proper title for personal info screen
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
9771161a0f
commit
e3a9e79f31
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user