Fix missing ; for 'you'
This commit is contained in:
@@ -22,7 +22,7 @@ public class AccountContactViewModel: AccountContact
|
||||
/// Provides a short name of the contact.
|
||||
/// <see cref="ShortDisplayName"/> or "You"
|
||||
/// </summary>
|
||||
public string ShortNameOrYou => IsMe ? Translator.AccountContactNameYou : ShortDisplayName;
|
||||
public string ShortNameOrYou => IsMe ? $"{Translator.AccountContactNameYou};" : ShortDisplayName;
|
||||
|
||||
/// <summary>
|
||||
/// Short display name of the contact.
|
||||
|
||||
Reference in New Issue
Block a user