Invite friends: Update invite friends action wording.

This commit is contained in:
SBiOSoftWhare
2021-01-12 18:14:52 +01:00
parent 2f60a6db4c
commit 15c4c41fcf
4 changed files with 6 additions and 6 deletions

View File

@@ -1726,7 +1726,7 @@ TableViewSectionsDelegate>
{
MXKTableViewCell *inviteFriendsCell = [self getDefaultTableViewCell:tableView];
inviteFriendsCell.textLabel.text = NSLocalizedStringFromTable(@"invite_friends_action", @"Vector", nil);
inviteFriendsCell.textLabel.text = [NSString stringWithFormat:NSLocalizedStringFromTable(@"invite_friends_action", @"Vector", nil), BuildSettings.bundleDisplayName];
UIImage *shareActionImage = [[UIImage imageNamed:@"share_action_button"] vc_tintedImageUsingColor:ThemeService.shared.theme.tintColor];
UIImageView *accessoryView = [[UIImageView alloc] initWithImage:shareActionImage];